Skip to content

Commit 19729ad

Browse files
committed
Update a docstring
1 parent 85a3333 commit 19729ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cider/nrepl/version.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
(def version
1212
"Current version of CIDER nREPL as a map.
13-
Map of :major, :minor, :incremental, and :qualifier."
13+
Map of :major, :minor, :incremental, :qualifier,
14+
and :version-string."
1415
(assoc (->> version-string
1516
(re-find #"(\d+)\.(\d+)\.(\d+)-?(.*)")
1617
rest

0 commit comments

Comments
 (0)