Skip to content

Commit

Permalink
Unrolled build for rust-lang#128903
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
rust-timer authored Aug 10, 2024
2 parents 8291d68 + b735547 commit 1a66162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustdoc-json-types/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ pub struct Discriminant {
/// hexadecimal, and underscores), making it unsuitable to be machine
/// interpreted.
///
/// In some cases, when the value is to complex, this may be `"{ _ }"`.
/// In some cases, when the value is too complex, this may be `"{ _ }"`.
/// When this occurs is unstable, and may change without notice.
pub expr: String,
/// The numerical value of the discriminant. Stored as a string due to
Expand Down

0 comments on commit 1a66162

Please sign in to comment.