File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ macro_rules! suffixed_int_literals {
989
989
/// This function will create an integer like `1u32` where the integer
990
990
/// value specified is the first part of the token and the integral is
991
991
/// also suffixed at the end. Literals created from negative numbers may
992
- /// not survive rountrips through `TokenStream` or strings and may be
992
+ /// not survive roundtrips through `TokenStream` or strings and may be
993
993
/// broken into two tokens (`-` and positive literal).
994
994
///
995
995
/// Literals created through this method have the `Span::call_site()`
@@ -1010,7 +1010,7 @@ macro_rules! unsuffixed_int_literals {
1010
1010
/// specified on this token, meaning that invocations like
1011
1011
/// `Literal::i8_unsuffixed(1)` are equivalent to
1012
1012
/// `Literal::u32_unsuffixed(1)`. Literals created from negative numbers
1013
- /// may not survive rountrips through `TokenStream` or strings and may
1013
+ /// may not survive roundtrips through `TokenStream` or strings and may
1014
1014
/// be broken into two tokens (`-` and positive literal).
1015
1015
///
1016
1016
/// Literals created through this method have the `Span::call_site()`
You can’t perform that action at this time.
0 commit comments