Skip to content

Commit 21c76b5

Browse files
narslanNevroz Arslan
andauthored
Fix wording in Task docs about Ancestor (#14742)
Co-authored-by: Nevroz Arslan <[email protected]>
1 parent a5bdf8a commit 21c76b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/task.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ defmodule Task do
228228
229229
## Ancestor and Caller Tracking
230230
231-
Whenever you start a new process, Elixir annotates the parent of that process
231+
Whenever you start a new process, Elixir annotates the process with the parent
232232
through the `$ancestors` key in the process dictionary. This is often used to
233233
track the hierarchy inside a supervision tree.
234234

0 commit comments

Comments
 (0)