about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDan Luu <danluu@gmail.com>2013-04-08 23:58:29 -0400
committerDan Luu <danluu@gmail.com>2013-04-08 23:58:29 -0400
commiteaa8bbbb2e23cf68d4f6ea961af025ab4ac67eca (patch)
tree3786b582478e87ff9270fd9381066372f30eaa1c /src
parent37f17d720410c11cc3e9172602babe4e8b997e59 (diff)
downloadrust-eaa8bbbb2e23cf68d4f6ea961af025ab4ac67eca.tar.gz
rust-eaa8bbbb2e23cf68d4f6ea961af025ab4ac67eca.zip
Fix comment to match style of surrounding text
Diffstat (limited to 'src')
-rw-r--r--src/librusti/rusti.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc
index 9cf0e50cc10..fcc799b665f 100644
--- a/src/librusti/rusti.rc
+++ b/src/librusti/rusti.rc
@@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
                 ~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
                 ~":load <crate> ... - \
                   loads given crates as dynamic libraries\n" +
-                ~":clear - bindings\n" +
+                ~":clear - clear the bindings\n" +
                 ~":exit - exit from the repl\n" +
                 ~":help - show this message");
         }