diff options
| author | bors <bors@rust-lang.org> | 2013-05-09 03:51:32 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-09 03:51:32 -0700 |
| commit | ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d (patch) | |
| tree | 6420f0a5c8a559862c9b8272f9508ee95e3e4164 /src/libcore/vec.rs | |
| parent | 5617916726186290710dade90057683904a5f215 (diff) | |
| parent | bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f (diff) | |
| download | rust-ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d.tar.gz rust-ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d.zip | |
auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
Hi there, Really enjoying Rust. Noticed a few typos so I searched around for a few more--here's some fixes. Ran `make check` and got `summary of 24 test runs: 4868 passed; 0 failed; 330 ignored`. Thanks! Sean
Diffstat (limited to 'src/libcore/vec.rs')
| -rw-r--r-- | src/libcore/vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/vec.rs b/src/libcore/vec.rs index 404e32b2e2e..bf8f5b4ce18 100644 --- a/src/libcore/vec.rs +++ b/src/libcore/vec.rs @@ -219,7 +219,7 @@ pub fn build<A>(builder: &fn(push: &fn(v: A))) -> ~[A] { * # Arguments * * * size - An option, maybe containing initial size of the vector to reserve - * * builder - A function that will construct the vector. It recieves + * * builder - A function that will construct the vector. It receives * as an argument a function that will push an element * onto the vector being constructed. */ |
