Skip to content

Commit

Permalink
typo (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Feb 21, 2023
1 parent 110275f commit ea01bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/diagnostic-structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ these attributes can also take a value that is the attribute name to look for

Other types have special behavior when used in a `Diagnostic` derive:

- Any attribute applied to an `Option<T>` and will only emit a
- Any attribute applied to an `Option<T>` will only emit a
subdiagnostic if the option is `Some(..)`.
- Any attribute applied to a `Vec<T>` will be repeated for each element of the
vector.
Expand Down

0 comments on commit ea01bf5

Please sign in to comment.