Skip to content

Commit b735547

Browse files
authored
rustdoc-json-types Discriminant: fix typo
"when to complex" should obviously be "too complex"
1 parent 899eb03 commit b735547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-json-types/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ pub struct Discriminant {
634634
/// hexadecimal, and underscores), making it unsuitable to be machine
635635
/// interpreted.
636636
///
637-
/// In some cases, when the value is to complex, this may be `"{ _ }"`.
637+
/// In some cases, when the value is too complex, this may be `"{ _ }"`.
638638
/// When this occurs is unstable, and may change without notice.
639639
pub expr: String,
640640
/// The numerical value of the discriminant. Stored as a string due to

0 commit comments

Comments
 (0)