Skip to content

Commit 3c74bbc

Browse files
committed
Update @@warning doc to clarify +/-
1 parent b8e7268 commit 3c74bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_module_warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: "This is the `@@warning` decorator."
66
category: "decorators"
77
---
88

9-
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.
9+
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.
1010

1111
### Examples
1212

0 commit comments

Comments
 (0)