Skip to content

Commit eaa8bbb

Browse files
committed
Fix comment to match style of surrounding text
1 parent 37f17d7 commit eaa8bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librusti/rusti.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
273273
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
274274
~":load <crate> ... - \
275275
loads given crates as dynamic libraries\n" +
276-
~":clear - bindings\n" +
276+
~":clear - clear the bindings\n" +
277277
~":exit - exit from the repl\n" +
278278
~":help - show this message");
279279
}

0 commit comments

Comments
 (0)