Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 29, 2023
1 parent 357b5c2 commit 38d090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building/tooling/analyzers/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
| `construct:default-interface-implementation` | A default implementation in an interface |
| `construct:default` | A default value (e.g. for a parameter) |
| `construct:destructuring` | Decontruct a value into its parts |
| `construct:discard` | Discard a result |
| `construct:discard` | Discard a value |
| `construct:equality` | Compare equality of two values |
| `construct:event` | An event |
| `construct:explicit-conversion` | Exlicitly convert from one type to another type (aka "casting") |
Expand Down

0 comments on commit 38d090d

Please sign in to comment.