Skip to content

Commit 38d090d

Browse files
Minor fix
1 parent 357b5c2 commit 38d090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tooling/analyzers/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
9999
| `construct:default-interface-implementation` | A default implementation in an interface |
100100
| `construct:default` | A default value (e.g. for a parameter) |
101101
| `construct:destructuring` | Decontruct a value into its parts |
102-
| `construct:discard` | Discard a result |
102+
| `construct:discard` | Discard a value |
103103
| `construct:equality` | Compare equality of two values |
104104
| `construct:event` | An event |
105105
| `construct:explicit-conversion` | Exlicitly convert from one type to another type (aka "casting") |

0 commit comments

Comments
 (0)