Rocket
Rocket copied to clipboard
Fix typo and imporve echo command in guide/pastebin
- Fix a typo.
- A string in
echocommand does not need to be wrapped by double-quotes.
Issue #2236
That's true! But echo "hello world" will do something different than echo "hello. world". I'd rather use the quotes as a result. Thank you!