From 489be1ec02c08c02b82287c0a4bb5c2fd027bc7c Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Thu, 5 May 2016 23:54:19 +0200 Subject: [PATCH] nrepl: be consistent with backticks in dirac! docs --- src/nrepl/dirac/nrepl/controls.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nrepl/dirac/nrepl/controls.clj b/src/nrepl/dirac/nrepl/controls.clj index 2578872a35..45e2578833 100644 --- a/src/nrepl/dirac/nrepl/controls.clj +++ b/src/nrepl/dirac/nrepl/controls.clj @@ -27,7 +27,7 @@ " :version -> print version info" " :help -> print usage help" "" - "For more information use (dirac! :help )."]) + "For more information use `(dirac! :help )`."]) (def ^:dynamic help-usage ["Usage forms:" @@ -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"