mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
spelling fixes for iter module docstrings
This commit is contained in:
+3
-3
@@ -80,7 +80,7 @@ pub trait Buildable<A> {
|
||||
* # Arguments
|
||||
*
|
||||
* * size - A hint for an initial size of the sequence
|
||||
* * builder - A function that will construct the sequence. It recieves
|
||||
* * builder - A function that will construct the sequence. It receives
|
||||
* as an argument a function that will push an element
|
||||
* onto the sequence being constructed.
|
||||
*/
|
||||
@@ -256,7 +256,7 @@ pub trait Buildable<A> {
|
||||
*
|
||||
* # Arguments
|
||||
*
|
||||
* * builder - A function that will construct the sequence. It recieves
|
||||
* * builder - A function that will construct the sequence. It receives
|
||||
* as an argument a function that will push an element
|
||||
* onto the sequence being constructed.
|
||||
*/
|
||||
@@ -275,7 +275,7 @@ pub trait Buildable<A> {
|
||||
*
|
||||
* * size - An option, maybe containing initial size of the sequence
|
||||
* to reserve
|
||||
* * builder - A function that will construct the sequence. It recieves
|
||||
* * builder - A function that will construct the sequence. It receives
|
||||
* as an argument a function that will push an element
|
||||
* onto the sequence being constructed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user