1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 22:37:42 +02:00

Merge pull request #4408 from FreedomBen/fix-typo

[vimscript/en] fix typo:  pacing -> placing
This commit is contained in:
Marcel Ribeiro Dantas, Ph.D
2022-07-13 21:46:41 +02:00
committed by GitHub

View File

@@ -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