Skip to content

Commit 969d596

Browse files
authored
Update @warning doc to clarify +/- (#873)
Co-authored-by: Jimmy Timmons <jtimmons@autobooks.co>
1 parent 2c03999 commit 969d596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_expression_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 types, values and submodules. 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 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.
1010

1111
### Examples
1212

0 commit comments

Comments
 (0)