aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 09:05:28 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 09:05:28 -0400
commitaf0f0538da7856e3378558c4f15533c012726556 (patch)
tree8393c80f51034a06acd39b9488db86e72fb93220
parent2735caba94b79508f961fd4ecacb21d119fa2eef (diff)
Write stuff
-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!';