Skip to content

Commit a92f91b

Browse files
bors[bot]steffahn
andauthored
Merge #951
951: Fix a typo in documentation. r=cuviper a=steffahn Co-authored-by: Frank Steffahn <[email protected]>
2 parents b5eef26 + c338e3a commit a92f91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/scope/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct ScopeBase<'scope> {
127127
/// Task execution potentially starts as soon as `spawn()` is called.
128128
/// The task will end sometime before `scope()` returns. Note that the
129129
/// *closure* given to scope may return much earlier. In general
130-
/// the lifetime of a scope created like `scope(body) goes something like this:
130+
/// the lifetime of a scope created like `scope(body)` goes something like this:
131131
///
132132
/// - Scope begins when `scope(body)` is called
133133
/// - Scope body `body()` is invoked

0 commit comments

Comments
 (0)