From dd75442c3d5957ad814c48f7b64e8ea360230118 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 19 Jun 2019 09:33:26 +0200 Subject: [PATCH] Typo --- using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using.md b/using.md index 8b4a06b..99f20a2 100644 --- a/using.md +++ b/using.md @@ -229,7 +229,7 @@ Note that the above only applies to *anonymous* `sub`s. `sub`s that exist in Perl's symbol table will persist in Perl's memory anyway, and no table entry is generated for them, because it is assumed you won't delete them from the symbol table - so please don't do that. Also, don't rename or redefine `sub`s -after having passed them to JavaScript, as that will probably cause mysterious behvaior. +after having passed them to JavaScript, as that will probably cause mysterious behavior. ### Virtual Filesystem