We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520ef9c commit dbfe12bCopy full SHA for dbfe12b
Sources/SnapshotTesting/Snapshotting.swift
@@ -17,7 +17,7 @@ public struct Snapshotting<Value, Format> {
17
/// - Parameters:
18
/// - pathExtension: The path extension applied to references saved to disk.
19
/// - 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.
+ /// - asyncSnapshot: An asynchronous transform function from a value into a diffable snapshot format.
21
/// - value: A value to be converted.
22
public init(
23
pathExtension: String?,
0 commit comments