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 27f0b18 commit b42dbd9Copy full SHA for b42dbd9
lib/elixir/lib/kernel/special_forms.ex
@@ -834,8 +834,8 @@ defmodule Kernel.SpecialForms do
834
* `:context` - sets the resolution context.
835
836
* `:generated` - marks the given chunk as generated so it does not emit warnings.
837
- It is also useful to avoid dialyzer reporting errors when macros generate
838
- unused clauses.
+ It is also useful to prevent the type system or dialyzer from reporting errors
+ when macros generate unused clauses.
839
840
* `:file` - sets the quoted expressions to have the given file.
841
0 commit comments