From 0b1fdac4616a56831827134abae259eadd3dc67d Mon Sep 17 00:00:00 2001 From: Benedict HW Date: Wed, 15 Jun 2022 00:43:14 -0400 Subject: doc/introduction.rst: Correct typo Signed-off-by: Benedict HW --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3