Skip to content

Commit 9f60666

Browse files
author
Jan-Olof Hendig
committed
Added some pod directives
1 parent 07a3414 commit 9f60666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Supply.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ stocks. When they switch to a new one, a connection is established to a web sock
582582
to get the latest values, and any previous connection should be closed. Each stream
583583
of values coming over the web socket would be represented as a Supply, which
584584
themselves are emitted into a Supply of latest data sources to watch.
585-
The migrate method could be used to flatten this supply of supplies into a single
585+
The C<migrate> method could be used to flatten this supply of supplies into a single
586586
Supply of the current values that the user cares about.
587587
588588
Here is a simple simulation of such a program:
@@ -617,7 +617,7 @@ sleep 3;
617617
618618
Which produces output like:
619619
620-
=begin code
620+
=begin code :skip-test
621621
Starting to watch GOOG
622622
GOOG: 111.67
623623
GOOG: 111.20

0 commit comments

Comments
 (0)