Skip to content

Commit 49ab6cc

Browse files
soumyamahuntmackoj
andauthored
Fix typo in docs
Co-authored-by: Jeffrey Macko <mackoj@users.noreply.github.com>
1 parent 29c0ca5 commit 49ab6cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,9 @@ 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-
/// - applyFixIts: If specified, filters the Fix-Its that are applied to generate `fixedSource` to only those whose message occurs in this array. If `nil`, all Fix-Its from the diagnostics are applied.
258-
/// - fixedSource: If specified, asserts that the source code after applying Fix-Its matches this string.
257+
/// - 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.).
259260
/// - testModuleName: The name of the test module to use.
260261
/// - testFileName: The name of the test file name to use.
261262
/// - indentationWidth: The indentation width used in the expansion.

0 commit comments

Comments
 (0)