diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-13 21:46:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 21:46:41 +0200 |
commit | 2b503757bbf3e91b7ae71a254fa94f15e60c8f40 (patch) | |
tree | f6facb578a155725c31f723f7d5e8012a0ab23cc | |
parent | 7e83627a4cfc81790fdde2b7e06eaf3296d9e9ea (diff) | |
parent | 82fc4e830eb2fb1a5b526b665e894ea33d10ff52 (diff) |
Merge pull request #4408 from FreedomBen/fix-typo
[vimscript/en] fix typo: pacing -> placing
-rw-r--r-- | vimscript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimscript.html.markdown b/vimscript.html.markdown index c2934af8..c32faee9 100644 --- a/vimscript.html.markdown +++ b/vimscript.html.markdown @@ -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 |