Skip to content

Commit c7256e7

Browse files
authored
1 parent 74a6d8d commit c7256e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics/diagnostic-structs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ these attributes can also take a value that is the attribute name to look for
8282

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

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

0 commit comments

Comments
 (0)