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
4 changes: 2 additions & 2 deletions lib/elixir/lib/kernel/special_forms.ex
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ defmodule Kernel.SpecialForms do
* `:context` - sets the resolution context.

* `:generated` - marks the given chunk as generated so it does not emit warnings.
It is also useful to avoid dialyzer reporting errors when macros generate
unused clauses.
It is also useful to prevent the type system or dialyzer from reporting errors
when macros generate unused clauses.

* `:file` - sets the quoted expressions to have the given file.

Expand Down
Loading