Skip to content

Commit

Permalink
doc/quick-guide: Fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f55dc8)
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed May 6, 2024
1 parent f8ea52b commit 6b2147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quick-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The `putfln()` function takes a _template string_ with _placeholders_; the
placeholder `$1` is to be replaced with the 1st argument that follows it, and
`$2` is to be replaced with the 2nd argument that follows it, and so on.

As our program no longer first into one line, we need to enable the _heredoc_
As our program no longer fits into one line, we need to enable the _heredoc_
mode. The `:heredoc` command takes an arbitrary string that will mark the end
of a single snippet. In this example we use `@@`, so our program looks like

Expand Down

0 comments on commit 6b2147b

Please sign in to comment.