Skip to content

Commit 1a363a2

Browse files
lreadbbatsov
authored andcommitted
Fix minor typo: docstring missing closing "
1 parent fede2c5 commit 1a363a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ in the same namespace, and a fully-qualified name otherwise.
22642264
;; in case we have a version
22652265
(def ^{:deprecated "0.5"
22662266
:superseded-by "bar"} foo
2267-
"Use `bar` instead.
2267+
"Use `bar` instead."
22682268
42)
22692269
22702270
(ns foo.bar

0 commit comments

Comments
 (0)