Skip to content

Commit cdc3fe0

Browse files
aadcgvindarel
authored andcommitted
files: fix parens
1 parent c0362ba commit cdc3fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ With `with-open-file`, specify `:direction :output` and use `write-sequence` ins
381381
(with-open-file (f <pathname> :direction :output
382382
:if-exists :supersede
383383
:if-does-not-exist :create)
384-
(write-sequence s f)))
384+
(write-sequence s f))
385385
~~~
386386

387387
If the file exists, you can also `:append` content to it.

0 commit comments

Comments
 (0)