We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5eef26 + c338e3a commit a92f91bCopy full SHA for a92f91b
rayon-core/src/scope/mod.rs
@@ -127,7 +127,7 @@ struct ScopeBase<'scope> {
127
/// Task execution potentially starts as soon as `spawn()` is called.
128
/// The task will end sometime before `scope()` returns. Note that the
129
/// *closure* given to scope may return much earlier. In general
130
-/// the lifetime of a scope created like `scope(body) goes something like this:
+/// the lifetime of a scope created like `scope(body)` goes something like this:
131
///
132
/// - Scope begins when `scope(body)` is called
133
/// - Scope body `body()` is invoked
0 commit comments