Skip to content

Commit 773c715

Browse files
soumyamahuntmackoj
andauthored
Fix typo in docs
Co-authored-by: Jeffrey Macko <[email protected]>
1 parent 10fc603 commit 773c715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func assertDiagnostic(
254254
/// - macros: The macros that should be expanded, provided as a dictionary
255255
/// mapping macro names (e.g., `"stringify"`) to implementation types
256256
/// (e.g., `StringifyMacro.self`).
257-
/// - conformanceMap: The protocols that maco should conform to, provided as
257+
/// - conformanceMap: The protocols that macro should conform to, provided as
258258
/// a dictionary mapping macro names (e.g., `"AddCodable"`) to protocols names
259259
/// (e.g., `"Decodable"`, `"Encodable"` etc.).
260260
/// - testModuleName: The name of the test module to use.

0 commit comments

Comments
 (0)