Skip to content

Commit b42dbd9

Browse files
authored
Mention the type system in quote :generated doc (#14301)
1 parent 27f0b18 commit b42dbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ defmodule Kernel.SpecialForms do
834834
* `:context` - sets the resolution context.
835835
836836
* `: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.
837+
It is also useful to prevent the type system or dialyzer from reporting errors
838+
when macros generate unused clauses.
839839
840840
* `:file` - sets the quoted expressions to have the given file.
841841

0 commit comments

Comments
 (0)