Skip to content

Commit 6440475

Browse files
committed
remove pasto defaults to sleep variants
1 parent 157b605 commit 6440475

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

S29-functions.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Synopsis 29: Builtin Functions
1919

2020
Created: 12 Mar 2005
2121

22-
Last Modified: 4 Sep 2013
23-
Version: 58
22+
Last Modified: 11 Sep 2013
23+
Version: 59
2424

2525
The document is a draft.
2626

@@ -277,7 +277,7 @@ accept * (Whatever) as an indication to sleep indefinitely.
277277

278278
=item sleep-timer
279279

280-
multi sleep-timer ( Real $for = Inf --> Duration )
280+
multi sleep-timer ( Real $for --> Duration )
281281

282282
Just like C<sleep>, but returns the amount of time remaining to sleep
283283
as a C<Duration> (which will be 0 if the call was not interrupted).
@@ -291,7 +291,7 @@ the first place.)
291291

292292
=item sleep-till
293293

294-
multi sleep-till ( Instant $till = Inf --> Bool )
294+
multi sleep-till ( Instant $till --> Bool )
295295

296296
Just like C<sleep>, but checks the current time and goes back to
297297
sleep if accidentally woken up early, to guarantee waiting until the

0 commit comments

Comments
 (0)