Merge pull request #6 from killercup/patch-1

Fix Typo
This commit is contained in:
Alexis Beingessner 2015-06-25 09:08:56 -07:00
commit 14d11b3767

2
vec.md
View file

@ -1,7 +1,7 @@
% Example: Implementing Vec
To bring everything together, we're going to write `std::Vec` from scratch.
Because the all the best tools for writing unsafe code are unstable, this
Because all the best tools for writing unsafe code are unstable, this
project will only work on nightly (as of Rust 1.2.0).