Fix comment to match style of surrounding text
This commit is contained in:
parent
37f17d7204
commit
eaa8bbbb2e
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
|
||||||
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
|
||||||
~":load <crate> ... - \
|
~":load <crate> ... - \
|
||||||
loads given crates as dynamic libraries\n" +
|
loads given crates as dynamic libraries\n" +
|
||||||
~":clear - bindings\n" +
|
~":clear - clear the bindings\n" +
|
||||||
~":exit - exit from the repl\n" +
|
~":exit - exit from the repl\n" +
|
||||||
~":help - show this message");
|
~":help - show this message");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue