mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 05:28:37 +01:00
fix typo: pacing -> placing
This commit is contained in:
parent
835d077573
commit
82fc4e830e
@ -42,7 +42,7 @@ pwd " Displays the current working directory
|
|||||||
" comment (echo assumes that the quotation mark begins a string)
|
" comment (echo assumes that the quotation mark begins a string)
|
||||||
echo 'Hello world!' | " Displays a message
|
echo 'Hello world!' | " Displays a message
|
||||||
|
|
||||||
" Line breaks can be escaped by pacing a backslash as the first non-whitespace
|
" Line breaks can be escaped by placing a backslash as the first non-whitespace
|
||||||
" character on the *following* line. Only works in script files, not on the
|
" character on the *following* line. Only works in script files, not on the
|
||||||
" command line
|
" command line
|
||||||
echo " Hello
|
echo " Hello
|
||||||
|
Loading…
x
Reference in New Issue
Block a user