File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ If you are creating a promise that you intend to keep or break yourself
202
202
then you probably don't want any code that might receive the promise to
203
203
inadvertently (or otherwise) keep or break the promise before you do.
204
204
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
206
206
can be kept or broken. If an attempt to keep or break the Promise is made
207
207
directly then the exception L < X::Promise::Vowed > will be thrown, as long
208
208
as the vow object is kept private, the status of the promise is safe:
You can’t perform that action at this time.
0 commit comments