Skip to content

Commit 45e7a0e

Browse files
valeriyvanniilohlin
authored andcommitted
Fix doc comment (pointfreeco#634)
1 parent 0fefc79 commit 45e7a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extension Snapshotting where Value: SwiftUI.View, Format == UIImage {
2828
/// - Parameters:
2929
/// - drawHierarchyInKeyWindow: Utilize the simulator's key window in order to render `UIAppearance` and `UIVisualEffect`s. This option requires a host application for your tests and will _not_ work for framework test targets.
3030
/// - precision: The percentage of pixels that must match.
31-
/// - size: A view size override.
31+
/// - layout: A view layout override.
3232
/// - traits: A trait collection override.
3333
public static func image(
3434
drawHierarchyInKeyWindow: Bool = false,

0 commit comments

Comments
 (0)