Skip to content

Commit f3263bb

Browse files
committed
Fix Promises reference to react/whenever
1 parent 4f23ce6 commit f3263bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Type/Promise.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Creates a new Promise that will be kept in C<$seconds> seconds, or later.
9090
C<$seconds> can be fractional or negative. Negative values are treated as
9191
C<0> (i.e. L<keeping|/routine/keep> the returned L<Promise> right away).
9292
93-
Please note that situations like these are often more clearly handled wit
94-
a L<react and whenever block|language/concurrency#index-entry-react-react>.
93+
Please note that situations like these are often more clearly handled with
94+
a L<react and whenever block|/language/concurrency#index-entry-react-react>.
9595
9696
=head2 method at
9797
@@ -108,8 +108,8 @@ given as an L<Instant> or equivalent L<Numeric>—or as soon as possible after i
108108
If the given time is in the past, it will be treated as L<now> (i.e.
109109
L<keeping|/routine/keep> the returned L<Promise> right away).
110110
111-
Please note that situations like these are often more clearly handled wit
112-
a L<react and whenever block|language/concurrency#index-entry-react-react>.
111+
Please note that situations like these are often more clearly handled with
112+
a L<react and whenever block|/language/concurrency#index-entry-react-react>.
113113
114114
=head2 method kept
115115

0 commit comments

Comments
 (0)