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
commit 2b503757bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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