Skip to content

Commit 8f5ebad

Browse files
committed
Add missing quotes
1 parent b0804a2 commit 8f5ebad

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
@@ -2226,7 +2226,7 @@ was deprecated in case of versioned software (e.g. a library) or simply
22262226
;;
22272227
;; in case we have a version
22282228
(def ^{:deprecated "0.5"} foo
2229-
"Use `bar` instead.
2229+
"Use `bar` instead."
22302230
42)
22312231
22322232
(ns foo.bar

0 commit comments

Comments
 (0)