summary refs log tree commit diff stats
path: root/lib/deprecated/pure/events.nim
diff options
context:
space:
mode:
authorDanil Yarantsev <tiberiumk12@gmail.com>2021-03-01 10:15:26 +0300
committerGitHub <noreply@github.com>2021-02-28 23:15:26 -0800
commit82d8e9bff33af6eb7b9cbe365127aa7e21c213f6 (patch)
tree73433f125d3649f3dcdc14ba15b67cf59fa5037e /lib/deprecated/pure/events.nim
parentac8166ab3d6872e9f9f5443925cc2d5e8b56289d (diff)
downloadNim-82d8e9bff33af6eb7b9cbe365127aa7e21c213f6.tar.gz
Replace double backticks with single backticks - Part 2 out of ~6 (#17206)
Diffstat (limited to 'lib/deprecated/pure/events.nim')
-rw-r--r--lib/deprecated/pure/events.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deprecated/pure/events.nim b/lib/deprecated/pure/events.nim
index d2a8dd085..218cb45d5 100644
--- a/lib/deprecated/pure/events.nim
+++ b/lib/deprecated/pure/events.nim
@@ -12,7 +12,7 @@
 ## Unstable API.
 ##
 ## This module implements an event system that is not dependent on external
-## graphical toolkits. It was originally called ``NimEE`` because
+## graphical toolkits. It was originally called `NimEE` because
 ## it was inspired by Python's PyEE module. There are two ways you can use
 ## events: one is a python-inspired way; the other is more of a C-style way.
 ##