aboutsummaryrefslogtreecommitdiff
path: root/DESIGN/01-main.md
diff options
context:
space:
mode:
Diffstat (limited to 'DESIGN/01-main.md')
-rw-r--r--DESIGN/01-main.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index 848e6e9..642fe24 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -386,7 +386,7 @@ A plugin can send messages and emit events at will:
Promise.in(60*60).then: {
$.irc.send:
where => 'Zoffix',
- what => 'I lived for one hour already!",
+ what => 'I lived for one hour already!',
:notice;
$.irc.emit-custom: 'MY-EVENT', 'One hour passed!';