Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Fingerhut committed Dec 7, 2011
1 parent b939840 commit 7195980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ symbol (no quoting needed -- it will not work if you do). The symbol
can be of a special form (e.g. let, try, catch), macros (e.g. for,
areduce), or functions. Use 'cdoc' to pretty-print the normal Clojure
doc string and the following information from clojuredocs.org:
examples, see-also list of symbols, and comment.
examples, see-also list of symbols, and comments.

(cdoc "clojure.core" "map")
(cdoc map)
Expand Down

0 comments on commit 7195980

Please sign in to comment.