mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #4408 from FreedomBen/fix-typo
[vimscript/en] fix typo: pacing -> placing
This commit is contained in:
commit
2b503757bb
@ -42,7 +42,7 @@ pwd " Displays the current working directory
|
||||
" comment (echo assumes that the quotation mark begins a string)
|
||||
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
|
||||
" command line
|
||||
echo " Hello
|
||||
|
Loading…
Reference in New Issue
Block a user