Skip to content

Commit d5095f6

Browse files
committed
Add a missing dash to Process.sleep/1 docs
1 parent ecac839 commit d5095f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/process.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ defmodule Process do
236236
> #### Sleeping limit {: .info }
237237
>
238238
> Before Elixir v1.18, `sleep/1` did not accept integer timeout values greater
239-
> than `16#ffffffff`, that is, `2^32-1`. Since Elixir v1.18, arbitrarily high integer
239+
> than `16#ffffffff`, that is, `2^32-1`. Since Elixir v1.18, arbitrarily-high integer
240240
> values are accepted.
241241
242242
**Use this function with extreme care**. For almost all situations

0 commit comments

Comments
 (0)