Documentation typo fixes

This commit is contained in:
Trent Ogren 2012-02-10 23:43:33 -06:00
parent d645175454
commit 3cf4423598

View file

@ -24,8 +24,8 @@
This will launch an nREPL server behind the scenes that reply will connect to. This will launch an nREPL server behind the scenes that reply will connect to.
If a :repl-port key is present in project.clj, that port will be used for the If a :repl-port key is present in project.clj, that port will be used for the
server, otherwise it is chosen randomly. If you run this command inside of a server, otherwise it is chosen randomly. If you run this command inside of a
project, it will be ran in the context of that classpath. If the command is project, it will be run in the context of that classpath. If the command is
ran outside of a project, it'll be standalone and the classpath will be run outside of a project, it'll be standalone and the classpath will be
that of Leiningen's." that of Leiningen's."
([] (repl nil)) ([] (repl nil))
([project] ([project]