aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 08:51:14 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 08:51:14 -0400
commite7deec41159d2d75950bd88ccf61d9ab1d3397af (patch)
tree85cd2afe568704b5c9bb0188390636ec939e9f7c
parentab045633ba628734721b731dada076d0c4d23dfb (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 bfe54a4..775a60e 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -121,7 +121,7 @@ or sending messages.
A program may have multiple Client Objects, but each of them can be connected
only to one IRC server. The client object provides these methods:
-## `.irc` (access from inside a plugin)
+## `$.irc` (access from inside a plugin)
```perl6
use IRC::Client::Plugin;