From 0db491194fd6755e6bc073c5feaff704880ca79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Beck=20K=C3=B6nig?= Date: Thu, 14 Nov 2024 08:57:30 +0100 Subject: [PATCH] fix typos --- src/conditional-compilation.md | 2 +- src/macro-ambiguity.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index bc655c408..5255bb8d8 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -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. diff --git a/src/macro-ambiguity.md b/src/macro-ambiguity.md index ffdd79695..159b86799 100644 --- a/src/macro-ambiguity.md +++ b/src/macro-ambiguity.md @@ -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.