Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Nov 14, 2024
1 parent 59d3bb2 commit 0db4911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ on the endianness of the target's CPU.

### `target_pointer_width`

r[cfg.target_poitner_width]
r[cfg.target_pointer_width]

r[cfg.target_pointer_width.general]
Key-value option set once with the target's pointer width in bits.
Expand Down
2 changes: 1 addition & 1 deletion src/macro-ambiguity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ of this text is copied, and expanded upon in subsequent RFCs.
r[macro.ambiguity.convention]

r[macro.ambiguity.convention.defs]
- `macro`: anything invokable as `foo!(...)` in source code.
- `macro`: anything invocable as `foo!(...)` in source code.
- `MBE`: macro-by-example, a macro defined by `macro_rules`.
- `matcher`: the left-hand-side of a rule in a `macro_rules` invocation, or a
subportion thereof.
Expand Down

0 comments on commit 0db4911

Please sign in to comment.