Skip to content

Commit 60fb3cd

Browse files
authored
Merge pull request #1674 from CramBL/fix-typos
Fix 2 typos
2 parents 59d3bb2 + 0db4911 commit 60fb3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/conditional-compilation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ on the endianness of the target's CPU.
238238

239239
### `target_pointer_width`
240240

241-
r[cfg.target_poitner_width]
241+
r[cfg.target_pointer_width]
242242

243243
r[cfg.target_pointer_width.general]
244244
Key-value option set once with the target's pointer width in bits.

src/macro-ambiguity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of this text is copied, and expanded upon in subsequent RFCs.
1111
r[macro.ambiguity.convention]
1212

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

0 commit comments

Comments
 (0)