Skip to content

Commit db425a6

Browse files
authored
Fix doc comment (#634)
1 parent 2d6c5b3 commit db425a6

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)