Skip to content

Commit 6858fab

Browse files
committed
feat: update timer description
1 parent ce838e8 commit 6858fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub trait Timer {
7777
/// A future returned by a `Timer`.
7878
pub trait Sleep: Send + Sync + Future<Output = ()> {
7979
#[doc(hidden)]
80-
/// This method is private and should not be implemented by downstream crate
80+
/// This method is private and can not be implemented by downstream crate
8181
fn __type_id(&self, _: private::Sealed) -> TypeId
8282
where
8383
Self: 'static,

0 commit comments

Comments
 (0)