Skip to content

Commit

Permalink
i am going to become the joker
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Oct 2, 2024
1 parent e3e584a commit 1686c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/src/runtime/local_runtime/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ use std::time::Duration;
///
/// This runtime cannot be moved between threads or driven from different threads.
///
/// This runtime is incompatible with LocalSet. You should not attempt to drive a `LocalSet` within a
/// This runtime is incompatible with `LocalSet`. You should not attempt to drive a `LocalSet` within a
/// `LocalRuntime`.
///
/// Currently, this runtime supports one flavor, which is internally identical to current_thread,
/// Currently, this runtime supports one flavor, which is internally identical to `current_thread`,
/// save for the aforementioned differences related to `spawn_local`.
///
/// For more general information on how to use runtimes, see the [module] docs.
Expand Down

0 comments on commit 1686c53

Please sign in to comment.