Skip to content

Commit 6fcaa45

Browse files
committed
Replace an usage of a U+2019 RIGHT SINGLE QUOTATION MARK
Thanks for spotting this, @plexus!
1 parent f3d3563 commit 6fcaa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cider/nrepl/middleware/track_state.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
;; FIXME: `uses` and `use-macros` are maps from
7070
;; symbols to namespace names:
7171
;; {log reagent.debug, dbg reagent.debug}
72-
;; Since we dont know the metadata for these
72+
;; Since we don't know the metadata for these
7373
;; vars, we resign to "guessing" them.
7474
(misc/update-vals (constantly {:arglists '([])}) uses)
7575
(misc/update-vals (constantly {:arglists '([]) :macro true}) use-macros))})

0 commit comments

Comments
 (0)