Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eaa8bbb

Browse files
committedApr 9, 2013
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

Lines changed: 1 addition & 1 deletion
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
}

5 commit comments

Comments
 (5)

bors commented on Apr 9, 2013

@bors
Collaborator

bors commented on Apr 9, 2013

@bors
Collaborator

merging danluu/rust/rusti_clear = eaa8bbb into auto

bors commented on Apr 9, 2013

@bors
Collaborator

danluu/rust/rusti_clear = eaa8bbb merged ok, testing candidate = e56a178

bors commented on Apr 9, 2013

@bors
Collaborator

fast-forwarding incoming to auto = e56a178

Please sign in to comment.