Skip to content

Commit 0ee60e4

Browse files
authored
Fix doc comment (#635)
1 parent db425a6 commit 0ee60e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ extension Snapshotting where Value == UIBezierPath, Format == UIImage {
99

1010
/// A snapshot strategy for comparing bezier paths based on pixel equality.
1111
///
12-
/// - Parameter precision: The percentage of pixels that must match.
12+
/// - Parameters:
13+
/// - precision: The percentage of pixels that must match.
14+
/// - scale: The scale to use when loading the reference image from disk.
1315
public static func image(precision: Float = 1, scale: CGFloat = 1) -> Snapshotting {
1416
return SimplySnapshotting.image(precision: precision, scale: scale).pullback { path in
1517
let bounds = path.bounds

0 commit comments

Comments
 (0)