summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index a248d75e1b..dce8c15126 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -2868,7 +2868,7 @@ module Net
when T_NUMBER
data.push(number)
when T_LPAR
- # TODO: include the MODSEQ value in a response
+ # TODO: include the MODSEQ value in a response
shift_token
match(T_ATOM)
match(T_SPACE)