Skip to content

Commit bc2849e

Browse files
attributes: add missing punctuation to instruction_set
The short description for each built in attribute except `instruction_set` was terminated with a period; add the missing period. Add a missing apostrophe to "functions code" in that description.
1 parent de04442 commit bc2849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The following is an index of all built-in attributes.
298298
- [`no_builtins`] --- Disables use of certain built-in functions.
299299
- [`target_feature`] --- Configure platform-specific code generation.
300300
- [`track_caller`] --- Pass the parent call location to `std::panic::Location::caller()`.
301-
- [`instruction_set`] --- Specify the instruction set used to generate a functions code
301+
- [`instruction_set`] --- Specify the instruction set used to generate a function's code.
302302

303303
- Documentation
304304
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more

0 commit comments

Comments
 (0)