Skip to content

Commit 1a66162

Browse files
authored
Unrolled build for rust-lang#128903
Rollup merge of rust-lang#128903 - kraktus:patch-3, r=aDotInTheVoid rustdoc-json-types `Discriminant`: fix typo "when to complex" should obviously be "too complex"
2 parents 8291d68 + b735547 commit 1a66162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustdoc-json-types/lib.rs

+1-1
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)