Skip to content

Commit d27f43f

Browse files
committed
Remove spaces at end of lines
1 parent 33e3271 commit d27f43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ trait object whose methods are attributed.
358358
The *`instruction_set` attribute* may be applied to a function to enable code generation for a specific
359359
instruction set supported by the target architecture. It uses the [_MetaListPath_] syntax and a path
360360
comprised of the architecture and instruction set to specify how to generate the code for
361-
architectures where a single program may utilize multiple instruction sets.
361+
architectures where a single program may utilize multiple instruction sets.
362362

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

0 commit comments

Comments
 (0)