Skip to content

Commit 1d3a0f3

Browse files
committed
That Vow is defined in the example
Refs #561
1 parent baf0c72 commit 1d3a0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/concurrency.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If you are creating a promise that you intend to keep or break yourself
202202
then you probably don't want any code that might receive the promise to
203203
inadvertently (or otherwise) keep or break the promise before you do.
204204
For this purpose there is the L<method vow|/type/Promise#method_vow>, which
205-
returns a L<Vow> object which becomes the only mechanism by which the promise
205+
returns a Vow object which becomes the only mechanism by which the promise
206206
can be kept or broken. If an attempt to keep or break the Promise is made
207207
directly then the exception L<X::Promise::Vowed> will be thrown, as long
208208
as the vow object is kept private, the status of the promise is safe:

0 commit comments

Comments
 (0)