Skip to content

Commit 0c2826f

Browse files
authored
Fix doc comment (#639)
1 parent 4eee37a commit 0c2826f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SnapshotTesting/AssertSnapshot.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public func assertSnapshot<Value, Format>(
5656
///
5757
/// - Parameters:
5858
/// - value: A value to compare against a reference.
59-
/// - snapshotting: A dictionary of names and strategies for serializing, deserializing, and comparing values.
59+
/// - strategies: A dictionary of names and strategies for serializing, deserializing, and comparing values.
6060
/// - recording: Whether or not to record a new reference.
6161
/// - timeout: The amount of time a snapshot must be generated in.
6262
/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.
@@ -90,7 +90,7 @@ public func assertSnapshots<Value, Format>(
9090
///
9191
/// - Parameters:
9292
/// - value: A value to compare against a reference.
93-
/// - snapshotting: An array of strategies for serializing, deserializing, and comparing values.
93+
/// - strategies: An array of strategies for serializing, deserializing, and comparing values.
9494
/// - recording: Whether or not to record a new reference.
9595
/// - timeout: The amount of time a snapshot must be generated in.
9696
/// - file: The file in which failure occurred. Defaults to the file name of the test case in which this function was called.

0 commit comments

Comments
 (0)