Skip to content

Commit 003a4da

Browse files
committed
Merge pull request #2738 from mgwidmann/master
Correct documentation for proper grammer.
2 parents ba842ba + c9a0ec0 commit 003a4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/supervisor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ defmodule Supervisor do
132132
133133
* `:simple_one_for_one` - similar to `:one_for_one` but suits better
134134
when dynamically attaching children. This strategy requires the
135-
supervisor specification to contain only one children. Many functions
135+
supervisor specification to contain only one child. Many functions
136136
in this module behave slightly differently when this strategy is
137137
used.
138138

0 commit comments

Comments
 (0)