We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e188a + b735547 commit 6d3f764Copy full SHA for 6d3f764
src/rustdoc-json-types/lib.rs
@@ -634,7 +634,7 @@ pub struct Discriminant {
634
/// hexadecimal, and underscores), making it unsuitable to be machine
635
/// interpreted.
636
///
637
- /// In some cases, when the value is to complex, this may be `"{ _ }"`.
+ /// In some cases, when the value is too complex, this may be `"{ _ }"`.
638
/// When this occurs is unstable, and may change without notice.
639
pub expr: String,
640
/// The numerical value of the discriminant. Stored as a string due to
0 commit comments