We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a1e80b + c482b31 commit b247178Copy full SHA for b247178
library/core/src/num/uint_macros.rs
@@ -4,7 +4,7 @@ macro_rules! uint_impl {
4
ActualT = $ActualT:ident,
5
SignedT = $SignedT:ident,
6
7
- // There are all for use *only* in doc comments.
+ // These are all for use *only* in doc comments.
8
// As such, they're all passed as literals -- passing them as a string
9
// literal is fine if they need to be multiple code tokens.
10
// In non-comments, use the associated constants rather than these.
0 commit comments