Skip to content

Commit c8da72a

Browse files
authored
Fix doc comment (#632)
1 parent 193f074 commit c8da72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Snapshotting/Description.swift

Lines changed: 1 addition & 1 deletion
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)