Skip to content

Commit 75159c0

Browse files
valeriyvanniilohlin
authored andcommitted
Fix doc comment (pointfreeco#632)
1 parent dbfe12b commit 75159c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Snapshotting/Description.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extension Snapshotting where Format == String {
2-
/// A snapshot strategy that captures a value's textual description from `String`'s `init(description:)`
2+
/// A snapshot strategy that captures a value's textual description from `String`'s `init(describing:)`
33
/// initializer.
44
public static var description: Snapshotting {
55
return SimplySnapshotting.lines.pullback(String.init(describing:))

0 commit comments

Comments
 (0)