Skip to content

Commit 05c8003

Browse files
authored
Fix typo (#630)
1 parent 567c66a commit 05c8003

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
@@ -69,7 +69,7 @@ public struct Snapshotting<Value, Format> {
6969

7070
/// Transforms a strategy on `Value`s into a strategy on `NewValue`s through a function `(NewValue) -> Async<Value>`.
7171
///
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.
7373
///
7474
/// - Parameters:
7575
/// - transform: A transform function from `NewValue` into `Async<Value>`.

0 commit comments

Comments
 (0)