diff --git a/misc_docs/syntax/decorator_module_warning.mdx b/misc_docs/syntax/decorator_module_warning.mdx index 7af8eae61..4772d0e2e 100644 --- a/misc_docs/syntax/decorator_module_warning.mdx +++ b/misc_docs/syntax/decorator_module_warning.mdx @@ -6,7 +6,7 @@ summary: "This is the `@@warning` decorator." category: "decorators" --- -The `@@warning` decorator is used to modify the enabled compiler warnings for the current module. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. +The `@@warning` decorator is used to modify the enabled compiler warnings for the current module. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. Prefix the warning number with `+` or `-` to enable or disable respectively. ### Examples