Skip to content

Commit dbfe12b

Browse files
valeriyvanniilohlin
authored andcommitted
Fix doc comment (pointfreeco#631)
1 parent 520ef9c commit dbfe12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Snapshotting.swift

+1-1
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)