Skip to content

Commit 14d11b3

Browse files
committed
Merge pull request #6 from killercup/patch-1
Fix Typo
2 parents 77e5f70 + 0f92455 commit 14d11b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Example: Implementing Vec
22

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

77

0 commit comments

Comments
 (0)