We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b5c2 commit 38d090dCopy full SHA for 38d090d
building/tooling/analyzers/tags.md
@@ -99,7 +99,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
99
| `construct:default-interface-implementation` | A default implementation in an interface |
100
| `construct:default` | A default value (e.g. for a parameter) |
101
| `construct:destructuring` | Decontruct a value into its parts |
102
-| `construct:discard` | Discard a result |
+| `construct:discard` | Discard a value |
103
| `construct:equality` | Compare equality of two values |
104
| `construct:event` | An event |
105
| `construct:explicit-conversion` | Exlicitly convert from one type to another type (aka "casting") |
0 commit comments