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.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm
index 0e8fe45..5442a4f 100644
--- a/lib/Reply/Plugin.pm
+++ b/lib/Reply/Plugin.pm
@@ -112,8 +112,9 @@ implementation just uses C<print> to print them to the screen.
=item loop (chained)
-This callback is called at the end of each evaluation. It receives no
-parameters and returns nothing.
+This callback is called at the end of each evaluation. It receives whether the
+repl has been requested to terminate so far, and returns whether the repl
+should terminate.
=back