We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bdf8a commit 21c76b5Copy full SHA for 21c76b5
lib/elixir/lib/task.ex
@@ -228,7 +228,7 @@ defmodule Task do
228
229
## Ancestor and Caller Tracking
230
231
- Whenever you start a new process, Elixir annotates the parent of that process
+ Whenever you start a new process, Elixir annotates the process with the parent
232
through the `$ancestors` key in the process dictionary. This is often used to
233
track the hierarchy inside a supervision tree.
234
0 commit comments