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 @@ -2792,7 +2792,7 @@ option, and these limitations will be eliminated in the future:
2792
2792
especially when larger types are truncated, whether explicitly or implicitly.
2793
2793
Here are some specific cases to illustrate this point:
2794
2794
2795
- **Case One **::
2795
+ **Case One **:
2796
2796
2797
2797
The function narrow_to_u8 is defined as follows::
2798
2798
@@ -2811,7 +2811,7 @@ option, and these limitations will be eliminated in the future:
2811
2811
If you pass 0x123456789abcdef to this function and want to narrow it,
2812
2812
it may be recorded as 0x123456789abcdef instead of 0xef.
2813
2813
2814
- **Case Two **::
2814
+ **Case Two **:
2815
2815
2816
2816
The function error_if_not_4g_aligned is defined as follows::
2817
2817
You can’t perform that action at this time.
0 commit comments