Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90931c4

Browse files
matthiaskrgrgitbot
authored and
gitbot
committedMar 11, 2025
Rollup merge of rust-lang#134426 - hkBst:patch-3, r=lqd
Fix typo in uint_macros.rs
2 parents 6f9e907 + 085718d commit 90931c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/num/uint_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ macro_rules! uint_impl {
44
ActualT = $ActualT:ident,
55
SignedT = $SignedT:ident,
66

7-
// There are all for use *only* in doc comments.
7+
// These are all for use *only* in doc comments.
88
// As such, they're all passed as literals -- passing them as a string
99
// literal is fine if they need to be multiple code tokens.
1010
// In non-comments, use the associated constants rather than these.

0 commit comments

Comments
 (0)
Failed to load comments.