Skip to content

Commit

Permalink
Fix comment to match style of surrounding text
Browse files Browse the repository at this point in the history
  • Loading branch information
danluu committed Apr 9, 2013
1 parent 37f17d7 commit eaa8bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librusti/rusti.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

5 comments on commit eaa8bbb

@bors
Copy link
Contributor

@bors bors commented on eaa8bbb Apr 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on eaa8bbb Apr 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging danluu/rust/rusti_clear = eaa8bbb into auto

@bors
Copy link
Contributor

@bors bors commented on eaa8bbb Apr 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on eaa8bbb Apr 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on eaa8bbb Apr 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = e56a178

Please sign in to comment.