Skip to content

Commit

Permalink
Fix supervisor docs grammar (#12912)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leopardi <[email protected]>
Co-authored-by: Jean Klingler <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent e9d548b commit 91d0b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ defmodule Supervisor do
`module.child_spec([])`.
After the child specification is retrieved, the fields on `overrides`
are directly applied on the child spec. If `overrides` has keys that
are directly applied to the child spec. If `overrides` has keys that
do not map to any child specification field, an error is raised.
See the "Child specification" section in the module documentation
Expand Down

0 comments on commit 91d0b9f

Please sign in to comment.