Skip to content

Commit 193f074

Browse files
authored
Fix doc comment (#631)
1 parent 05c8003 commit 193f074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Snapshotting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public struct Snapshotting<Value, Format> {
1717
/// - Parameters:
1818
/// - pathExtension: The path extension applied to references saved to disk.
1919
/// - diffing: How to diff and convert the snapshot format to and from data.
20-
/// - snapshot: An asynchronous transform function from a value into a diffable snapshot format.
20+
/// - asyncSnapshot: An asynchronous transform function from a value into a diffable snapshot format.
2121
/// - value: A value to be converted.
2222
public init(
2323
pathExtension: String?,

0 commit comments

Comments
 (0)