From a4f8180d0117e628de17ee31d99179bc19f52c2f Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 23 Aug 2018 09:18:39 +0200 Subject: [PATCH] Fixed a link --- using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using.md b/using.md index 457065e..cc35178 100644 --- a/using.md +++ b/using.md @@ -461,7 +461,7 @@ The exceptions are Perl `sub`s and `WebPerl::JSObject`s. - Perl hashrefs become JavaScript objects - Perl coderefs become JavaScript functions - **Warning:** please see the discussion in - ["Memory Management and Anonymous `sub`s"](#memory-Management-and-anonymous-subs)! + ["Memory Management and Anonymous `sub`s"](#memory-management-and-anonymous-subs)! - Perl `WebPerl::JSObject`s become references to the wrapped JavaScript objects - Perl numbers/strings are copied to JavaScript via `Cpanel::JSON::XS::encode_json` (with its `allow_nonref` option enabled). This means that the choice