aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict HW <ben@benedicthanshenwang.com>2022-06-15 00:43:14 -0400
committerSean Whitton <spwhitton@spwhitton.name>2022-06-15 15:04:22 -0700
commit0b1fdac4616a56831827134abae259eadd3dc67d (patch)
treea050910c0828fe9676b5e846429cb2556cfcec95
parent4ce70f3f2caf05910d43cddd7ce2328ce078585b (diff)
downloadconsfigurator-0b1fdac4616a56831827134abae259eadd3dc67d.tar.gz
doc/introduction.rst: Correct typo
Signed-off-by: Benedict HW <ben@benedicthanshenwang.com>
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index ccc032b..1026aae 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -61,7 +61,7 @@ Try it out / quick start
(file:has-content "/etc/foo"
"Here is my file content.
It's multiline. CL-INTERPOL and CL-HEREDOC are also available; the
- latter is particularly useful for shell scripts.})
+ latter is particularly useful for shell scripts.")
(file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines""))
(file:contains-lines "/etc/some.conf" "FOO=bar") ; preserve rest of file contents