Skip to content

Commit 14b0bfa

Browse files
committed
Fix a typo in comment
1 parent b376aa1 commit 14b0bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/TokenPrecedence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public enum TokenPrecedence: Comparable {
214214
.fileprivate, .internal, .private, .public, .static,
215215
// Functions
216216
.deinit, .func, .`init`, .subscript,
217-
// Marco
217+
// Macro
218218
.macro,
219219
// Variables
220220
.let, .var,

0 commit comments

Comments
 (0)