From 9bc28598102b39d351e5d0a0e729e5861be26765 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Wed, 26 Feb 2025 17:57:21 +0900 Subject: [PATCH] Mention the type system in quote :generated doc --- lib/elixir/lib/kernel/special_forms.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/elixir/lib/kernel/special_forms.ex b/lib/elixir/lib/kernel/special_forms.ex index f9281abcdf1..ae4e9f0a7d6 100644 --- a/lib/elixir/lib/kernel/special_forms.ex +++ b/lib/elixir/lib/kernel/special_forms.ex @@ -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.