mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
Comments only: typos
This commit is contained in:
+1
-1
@@ -566,7 +566,7 @@ fn shift_char(&s: str) -> char unsafe {
|
||||
}
|
||||
|
||||
#[doc = "
|
||||
Replace all occurances of one string with another
|
||||
Replace all occurrences of one string with another
|
||||
|
||||
# Arguments
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
export map, mapi, alli, any, mapi_factory;
|
||||
|
||||
#[doc="The maximum number of tasks this module will spawn for a single
|
||||
operationg."]
|
||||
operation."]
|
||||
const max_tasks : uint = 32u;
|
||||
|
||||
#[doc="The minimum number of elements each task will process."]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
|
||||
An implementation of the Graph500 Bread First Search problem in Rust.
|
||||
An implementation of the Graph500 Breadth First Search problem in Rust.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user