Skip to content

Commit 6b7510a

Browse files
committed
Add missing quotes
1 parent 8f5ebad commit 6b7510a

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
@@ -2244,7 +2244,7 @@ was deprecated in case of versioned software (e.g. a library) or simply
22442244
;;
22452245
;; using the docstring to signal deprecation
22462246
(def foo
2247-
"DEPRECATED: Use `bar` instead.
2247+
"DEPRECATED: Use `bar` instead."
22482248
42)
22492249
22502250
(ns foo.bar

0 commit comments

Comments
 (0)