From 1bab1732823d9e2fcd8126feed44a29e09109574 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 13 Sep 2018 10:20:52 +0200 Subject: [PATCH] Minor doc tweak --- using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using.md b/using.md index 7710a03..12f4918 100644 --- a/using.md +++ b/using.md @@ -368,7 +368,7 @@ This option was added in `v0.05-beta`. Enable this option at any time to get additional trace-level output to `console.debug()`. Defaults to `false`. -#### `Perl.addStateChangeListener` +#### `Perl.addStateChangeListener(function)` Pass this function a `function (from,to) {...}` to register a new handler for state changes of the Perl interpreter.