Skip to content

Commit b1a030b

Browse files
committed
fix markdown
1 parent bc55f94 commit b1a030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ fn call_foo(arg: i32) -> i32 {
568568
<!--
569569
## Register template modifiers
570570
-->
571-
レジスタテンプレート修飾子
571+
## レジスタテンプレート修飾子
572572

573573
<!--
574574
In some cases, fine control is needed over the way a register name is formatted when inserted into the template string. This is needed when an architecture's assembly language has several names for the same register, each typically being a "view" over a subset of the register (e.g. the low 32 bits of a 64-bit register).

0 commit comments

Comments
 (0)