aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 09:25:28 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 09:25:28 -0400
commite44022ef27089111aeede035682f767accfa3351 (patch)
tree5568c1ebaa69ead2d5498cb15c25bcee6d83d89b
parent68fdab7eabc3e1e74f110eade7ceda5868c9c8da (diff)
Done with design
-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 97cd370..69e085f 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -792,7 +792,7 @@ is the mode set and the value is the argument for that mode (i.e. "limit",
For user modes, the `.modes` method returns a list of `Str` of the modes
set.
-The received message objectect will be one of the subclasses of
+The received message object will be one of the subclasses of
`IRC::Client::Message::Mode` object: `IRC::Client::Message::Mode::Channel`
or `IRC::Client::Message::Mode::User`.