Skip to content

Commit 0d3bec5

Browse files
committed
fix example bug
1 parent 1fb3758 commit 0d3bec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/js-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ C<Supply.tap> is multithreaded; if this is undesirable, use C<Supply.act>
434434
instead:
435435
436436
=begin code
437-
my $supply = IO::Socket::Async.listen('localhost', 8000)
437+
my $supply = IO::Socket::Async.listen('localhost', 8000);
438438
my $server = $supply.tap(-> $conn {
439439
$conn.Supply.tap(-> $data {
440440
say $data; # RESULT: ayy lmao

0 commit comments

Comments
 (0)