Fix comment to match style of surrounding text

This commit is contained in:
Dan Luu 2013-04-08 23:58:29 -04:00
parent 37f17d7204
commit eaa8bbbb2e

View file

@ -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");
}