about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-07 01:44:02 -0700
committerbors <bors@rust-lang.org>2013-07-07 01:44:02 -0700
commit63f785769740b3e61e1c4d908c7a97f836c3cdc4 (patch)
tree39352b665667fdc4a51cedcb3655f42c76edbd89
parent88487d8274a51afa253d9f9612991621f1ec4fd0 (diff)
parent8cb1a290a80d1500078a956d434f7c234c9f8e6a (diff)
downloadrust-63f785769740b3e61e1c4d908c7a97f836c3cdc4.tar.gz
rust-63f785769740b3e61e1c4d908c7a97f836c3cdc4.zip
auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonw
Drop is no longer a keyword, removed it from the intro docs.
-rw-r--r--doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index eed75c359cd..42a010b114a 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -207,7 +207,7 @@ The keywords are the following strings:
 as
 break
 copy
-do drop
+do
 else enum extern
 false fn for
 if impl