We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fc603 commit 773c715Copy full SHA for 773c715
Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift
@@ -254,7 +254,7 @@ func assertDiagnostic(
254
/// - macros: The macros that should be expanded, provided as a dictionary
255
/// mapping macro names (e.g., `"stringify"`) to implementation types
256
/// (e.g., `StringifyMacro.self`).
257
-/// - conformanceMap: The protocols that maco should conform to, provided as
+/// - conformanceMap: The protocols that macro should conform to, provided as
258
/// a dictionary mapping macro names (e.g., `"AddCodable"`) to protocols names
259
/// (e.g., `"Decodable"`, `"Encodable"` etc.).
260
/// - testModuleName: The name of the test module to use.
0 commit comments