Skip to content

Commit b720559

Browse files
author
José Valim
committed
Merge pull request #2552 from alco/application-doc-typo
Fix a typo on Application.format_error doc
2 parents 93d92d1 + cd5cc91 commit b720559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ defmodule Application do
322322

323323
@doc """
324324
Formats the error reason returned by `start/2`,
325-
`ensure_started/2, `stop/1`, `load/1` and `unload/1`,
325+
`ensure_started/2`, `stop/1`, `load/1` and `unload/1`,
326326
returns a string.
327327
"""
328328
@spec format_error(any) :: String.t

0 commit comments

Comments
 (0)