mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
fix a typo (canonilization => canonicalization) (#18914)
This commit is contained in:
@@ -36,7 +36,7 @@ proc putLazy(c: PPatternContext, sym: PSym, n: PNode) =
|
||||
proc matches(c: PPatternContext, p, n: PNode): bool
|
||||
|
||||
proc canonKind(n: PNode): TNodeKind =
|
||||
## nodekind canonilization for pattern matching
|
||||
## nodekind canonicalization for pattern matching
|
||||
result = n.kind
|
||||
case result
|
||||
of nkCallKinds: result = nkCall
|
||||
|
||||
Reference in New Issue
Block a user