From 0f924555e50bbc9b5e7d408c5230510d4a5bc9de Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Thu, 25 Jun 2015 11:24:14 +0200 Subject: [PATCH] Fix Typo --- vec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vec.md b/vec.md index 9f7250c951af..825104d0943a 100644 --- a/vec.md +++ b/vec.md @@ -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).