diff options
Diffstat (limited to 'lib/Net/NNTP.pm')
-rw-r--r-- | lib/Net/NNTP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm index 56c97b3caf..53df6e01ea 100644 --- a/lib/Net/NNTP.pm +++ b/lib/Net/NNTP.pm @@ -1016,7 +1016,7 @@ the beginning of the test string just inside the open square bracket. The final operation uses the backslash character to -invalidate the special meaning of the a open square bracket C<[>, +invalidate the special meaning of an open square bracket C<[>, the asterisk, backslash or the question mark. Two backslashes in sequence will result in the evaluation of the backslash as a character with no special meaning. |