Skip to content

Commit c47e316

Browse files
authored
Fix backtick
1 parent dbb8e2a commit c47e316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ instruction set supported by the target architecture. It uses the [_MetaListPath
360360
comprised of the architecture and instruction set to specify how to generate the code for
361361
architectures where a single program may utilize multiple instruction sets.
362362

363-
The following values are available on targets for the `ARMv4` and ARMv5te` architectures:
363+
The following values are available on targets for the `ARMv4` and `ARMv5te` architectures:
364364

365365
* `arm::a32` - Uses ARM code.
366366
* `arm::t32` - Uses Thumb code.

0 commit comments

Comments
 (0)