Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/elixir/lib/task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ defmodule Task do

## Ancestor and Caller Tracking

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
through the `$ancestors` key in the process dictionary. This is often used to
track the hierarchy inside a supervision tree.

Expand Down