summaryrefslogtreecommitdiff
path: root/src/clarktown/parsers/strikethrough.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clarktown/parsers/strikethrough.clj')
-rw-r--r--src/clarktown/parsers/strikethrough.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clarktown/parsers/strikethrough.clj b/src/clarktown/parsers/strikethrough.clj
index 31e4cc3..6f03152 100644
--- a/src/clarktown/parsers/strikethrough.clj
+++ b/src/clarktown/parsers/strikethrough.clj
@@ -4,7 +4,7 @@
(defn render
- "Renders all occuring strikethrough text."
+ "Renders all occurring strikethrough text."
[block _]
(loop [block block
matches (-> (re-seq #"~~.*?~~" block)