summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin.pm')
-rw-r--r--lib/Reply/Plugin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm
index 14cfcc8..2c06e8e 100644
--- a/lib/Reply/Plugin.pm
+++ b/lib/Reply/Plugin.pm
@@ -68,7 +68,7 @@ implementation returns C<< ">" >>
Called to actually read a line from the user. Takes no arguments, and returns a
single string. The default implementation uses the C<< <> >> operator to read a
-single line from the user.
+single line from C<STDIN>.
=item command_C<$name> (chained)