Skip to content

Commit

Permalink
Fix documentation typo [ci skip] (elixir-lang#4567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol authored and josevalim committed Apr 29, 2016
1 parent a70effd commit 1c4a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/process.ex
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ defmodule Process do
@doc """
Sleeps the current process by `timeout`.
`timeout` is either the number of miliseconds to sleep as an
`timeout` is either the number of milliseconds to sleep as an
integer or the atom `:infinity`. When `:infinity` is given,
the current process will suspend forever.
Expand Down

0 comments on commit 1c4a7c7

Please sign in to comment.