Skip to content

Commit 94fb8bc

Browse files
committed
Remove extra period.
1 parent 30396f0 commit 94fb8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S29-functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ See C<Synopsis 17: Concurrency> for more details.
269269
Attempt to sleep for up to C<$for> seconds since the last time C<interval>
270270
was called in the current thread, or the parent thread. Returns number of
271271
seconds actually slept. Does not sleep at all the first time it is called,
272-
or if the specified number of seconds has already passed since the last call..
272+
or if the specified number of seconds has already passed since the last call.
273273
Implementations are obligated to support sub-second resolutions if that is
274274
at all possible.
275275

0 commit comments

Comments
 (0)