Skip to content

Commit 5320a43

Browse files
committed
fix typo in doc comment
1 parent 1d805c5 commit 5320a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/pretty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ pub(crate) fn pretty_print_const_value<'tcx>(
19521952
///////////////////////////////////////////////////////////////////////////
19531953
// Miscellaneous
19541954

1955-
/// Calc converted u64 decimal into hex and return it's length in chars
1955+
/// Calc converted u64 decimal into hex and return its length in chars.
19561956
///
19571957
/// ```ignore (cannot-test-private-function)
19581958
/// assert_eq!(1, hex_number_length(0));

0 commit comments

Comments
 (0)