aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/irc/channel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/channel.lua b/src/irc/channel.lua
index 818590a..128e9fb 100644
--- a/src/irc/channel.lua
+++ b/src/irc/channel.lua
@@ -11,7 +11,7 @@ local table = require 'table'
---
-- This module implements a channel object representing a single channel we
--- have joined
+-- have joined.
-- @release 0.02
module 'irc.channel'