Skip to content

Commit 8e97f9d

Browse files
authored
Merge pull request #1878 from Henning-K/patch-1
Corrected some spelling errors.
2 parents 2a5554b + 9a72f3d commit 8e97f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/1584-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ macro `foo` is declared today as `macro_rules! foo { ... }`, it will be declared
9999
using `macro foo { ... }`. I leave the syntax of the macro body for later
100100
specification.
101101

102-
## Nomencalture
102+
## Nomenclature
103103

104104
Throughout this RFC, I use 'declarative macro' to refer to a macro declared
105105
using declarative (and domain specific) syntax (such as the current
@@ -108,7 +108,7 @@ using declarative (and domain specific) syntax (such as the current
108108
declarative syntax using pattern matching and templating is often referred to as
109109
'macros by example'.
110110

111-
'Pattern macro' has been suggested as an alterantive for 'declarative macro'.
111+
'Pattern macro' has been suggested as an alternative for 'declarative macro'.
112112

113113
# Drawbacks
114114
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)