Update comment

This commit is contained in:
Berkus Decker 2019-03-07 20:41:19 +02:00
parent f780ab3ff6
commit d5c8b3c98f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ impl Console {
self.output = x;
}
/// A command prompt. Currently does nothing.
/// A command prompt.
pub fn command_prompt<'a>(&self, buf: &'a mut [u8]) -> &'a [u8] {
self.puts("\n$> ");