You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SnapshotTesting/Snapshotting.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public struct Snapshotting<Value, Format> {
69
69
70
70
/// Transforms a strategy on `Value`s into a strategy on `NewValue`s through a function `(NewValue) -> Async<Value>`.
71
71
///
72
-
/// See the documention of `pullback` for a full description of how pullbacks works. This operation differs from `pullback` in that it allows you to use a transformation `(NewValue) -> Async<Value>`, which is necessary when your transformation needs to perform some asynchronous work.
72
+
/// See the documentation of `pullback` for a full description of how pullbacks works. This operation differs from `pullback` in that it allows you to use a transformation `(NewValue) -> Async<Value>`, which is necessary when your transformation needs to perform some asynchronous work.
73
73
///
74
74
/// - Parameters:
75
75
/// - transform: A transform function from `NewValue` into `Async<Value>`.
0 commit comments