Skip to content

Commit 1526974

Browse files
committed
Fix a typo in comment
1 parent 68f5879 commit 1526974

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
@@ -217,7 +217,7 @@ public enum TokenPrecedence: Comparable {
217217
.fileprivate, .internal, .private, .public, .static,
218218
// Functions
219219
.deinit, .func, .`init`, .subscript,
220-
// Marco
220+
// Macro
221221
.macro,
222222
// Variables
223223
.let, .var,

0 commit comments

Comments
 (0)