Skip to content

Commit 0c0f53c

Browse files
Correct small typo in PartitionSupervisor (#14014)
1 parent f0ab9d6 commit 0c0f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/partition_supervisor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ defmodule PartitionSupervisor do
9696
9797
DynamicSupervisor.start_child(MyApp.DynamicSupervisor, {Agent, fn -> %{} end})
9898
99-
You can do start the dynamic supervisors under a `PartitionSupervisor`:
99+
You can start the dynamic supervisors under a `PartitionSupervisor`:
100100
101101
children = [
102102
{PartitionSupervisor,

0 commit comments

Comments
 (0)