We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193f074 commit c8da72aCopy full SHA for c8da72a
Sources/SnapshotTesting/Snapshotting/Description.swift
@@ -1,5 +1,5 @@
1
extension Snapshotting where Format == String {
2
- /// A snapshot strategy that captures a value's textual description from `String`'s `init(description:)`
+ /// A snapshot strategy that captures a value's textual description from `String`'s `init(describing:)`
3
/// initializer.
4
public static var description: Snapshotting {
5
return SimplySnapshotting.lines.pullback(String.init(describing:))
0 commit comments