From 36beffa2fd79747a0fdb98783cd8b1d55eedb2a7 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 2 Oct 2018 14:29:53 +0300 Subject: [PATCH] Tiny typo fix --- using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using.md b/using.md index 421ffeb..bceff71 100644 --- a/using.md +++ b/using.md @@ -377,7 +377,7 @@ The states currently are: - `"Uninitialized"` - `Perl.init` has not been called yet. - `"Initializing"` - `Perl.init` is currently operating. -- `"Ready" - `Perl.init` is finished and `Perl.start` can be called. +- `"Ready"` - `Perl.init` is finished and `Perl.start` can be called. - `"Running"` - The Perl interpreter is running, `Perl.eval` and `Perl.end` may be called - `"Ended"` - The Perl interpreter has ended. You might receive several state change notifications for this state.