diff --git a/misc_docs/syntax/decorator_expression_warning.mdx b/misc_docs/syntax/decorator_expression_warning.mdx index f9e5bce13..c9c881e82 100644 --- a/misc_docs/syntax/decorator_expression_warning.mdx +++ b/misc_docs/syntax/decorator_expression_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 types, values and submodules. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. +The `@warning` decorator is used to modify the enabled compiler warnings for types, values and submodules. See [here](/docs/manual/latest/warning-numbers) for all available warning numbers. Prefix the warning number with `+` or `-` to enable or disable respectively. ### Examples