Skip to content

Commit e8190f9

Browse files
Update Sources/SwiftSyntaxMacros/MacroExpansionDiagnosticMessages.swift
Co-authored-by: Mateusz Bąk <[email protected]>
1 parent c9e38cd commit e8190f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxMacros/MacroExpansionDiagnosticMessages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public struct MacroExpansionFixItMessage: FixItMessage {
7777
public struct MacroExpansionNoteMessage: NoteMessage {
7878
public var message: String
7979

80-
public var fixItID: SwiftDiagnostics.MessageID {
80+
public var noteID: SwiftDiagnostics.MessageID {
8181
.init(domain: diagnosticDomain, id: "\(Self.self)")
8282
}
8383

0 commit comments

Comments
 (0)