Skip to content

Commit b4d1058

Browse files
committed
Fix typo
1 parent 6c2fc8a commit b4d1058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBCoreTests/DocumentationCompilerSpecTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ import SWBMacro
114114
}
115115

116116
if skipInheritedDocs {
117-
mockTable.push(BuiltinMacrod.DOCC_SKIP_INHERITED_DOCS, literal: true)
117+
mockTable.push(BuiltinMacros.DOCC_SKIP_INHERITED_DOCS, literal: true)
118118
}
119119

120120
let mockScope = MacroEvaluationScope(table: mockTable)

0 commit comments

Comments
 (0)