Skip to content

Commit

Permalink
nrepl: be consistent with backticks in dirac! docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 5, 2016
1 parent b63f985 commit 489be1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nrepl/dirac/nrepl/controls.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
" :version -> print version info"
" :help -> print usage help"
""
"For more information use (dirac! :help <command>)."])
"For more information use `(dirac! :help <command>)`."])

(def ^:dynamic help-usage
["Usage forms:"
Expand Down Expand Up @@ -118,7 +118,7 @@

(defn ^:dynamic no-such-command-msg [command]
(str "No such command '" command "'.\n"
"Execute (dirac! :help) for a list of available commands."))
"Execute `(dirac! :help)` for a list of available commands."))

(defn ^:dynamic invalid-matcher-msg [matcher]
(str "Invalid matching strategy provided. It must be either a number, a string, a regex or omitted.\n"
Expand Down

0 comments on commit 489be1e

Please sign in to comment.