diff options
Diffstat (limited to 'src/clarktown/parsers/inline_code.clj')
| -rw-r--r-- | src/clarktown/parsers/inline_code.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clarktown/parsers/inline_code.clj b/src/clarktown/parsers/inline_code.clj index c75adf4..1de73bf 100644 --- a/src/clarktown/parsers/inline_code.clj +++ b/src/clarktown/parsers/inline_code.clj @@ -4,7 +4,7 @@ (defn render - "Renders all occuring inline code." + "Renders all occurring inline code." [block _] (loop [block block matches (-> (re-seq #"\`.*?\`" block) |
