Skip to content

Commit 9e5c960

Browse files
japaricgnzlbg
authored andcommitted
fix typo
1 parent 8b84dc4 commit 9e5c960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coresimd/arm/armclang.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ use stdsimd_test::assert_instr;
1818
///
1919
/// [ARM's documentation](https://developer.arm.com/docs/100067/latest/compiler-specific-intrinsics/__breakpoint-intrinsic)
2020
///
21-
/// **NOTE** Due compiler limitations this function only supports the range `0...255` in A32 mode.
21+
/// **NOTE**: Due to compiler limitations this function only supports the range `0...255` in A32
22+
/// mode.
2223
#[cfg_attr(test, assert_instr(bkpt, val = 0))]
2324
#[inline(always)]
2425
#[rustc_args_required_const(0)]

0 commit comments

Comments
 (0)