summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLeandro Bighetti <lbighetti@gmail.com>2019-02-08 18:32:50 -0200
committerAndrea Leopardi <an.leopardi@gmail.com>2019-02-08 21:32:50 +0100
commitbf616f77e97a1337b3fabd32f1f883ecfcc0c6d2 (patch)
tree05e041a21876e8717c34a8076144750b482b30fd /lib
parentc59b341cf304f0bcab57a68ee5aeef4135535227 (diff)
downloadelixir-bf616f77e97a1337b3fabd32f1f883ecfcc0c6d2.tar.gz
Fix typo in DynamicSupervisor docs (#8783)
[ci skip]
Diffstat (limited to 'lib')
-rw-r--r--lib/elixir/lib/dynamic_supervisor.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/dynamic_supervisor.ex b/lib/elixir/lib/dynamic_supervisor.ex
index 8a42a5cb8..5e8923637 100644
--- a/lib/elixir/lib/dynamic_supervisor.ex
+++ b/lib/elixir/lib/dynamic_supervisor.ex
@@ -59,7 +59,7 @@ defmodule DynamicSupervisor do
See the `Supervisor` docs for a discussion of when you may want to use
module-based supervisors. The `@doc` annotation immediately preceding
- `use DymamicSupervisor` will be attached to the generated `child_spec/1`
+ `use DynamicSupervisor` will be attached to the generated `child_spec/1`
function.
## Name registration