diff --git a/doc/Language/js-nutshell.pod6 b/doc/Language/js-nutshell.pod6 index c72d5b1e9..79467bd6f 100644 --- a/doc/Language/js-nutshell.pod6 +++ b/doc/Language/js-nutshell.pod6 @@ -434,7 +434,7 @@ C is multithreaded; if this is undesirable, use C instead: =begin code -my $supply = IO::Socket::Async.listen('localhost', 8000) +my $supply = IO::Socket::Async.listen('localhost', 8000); my $server = $supply.tap(-> $conn { $conn.Supply.tap(-> $data { say $data; # RESULT: ayy lmao