Skip to content

Commit

Permalink
Simplify view property comment (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Jan 23, 2024
1 parent aa48ee4 commit 31fb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Layout/Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class Layout { // swiftlint:disable:this type_body_length

// MARK: - Properties

/// The parent view to which the layout will add subviews and superview constraints.
/// The parent view to which the layout will add subviews and constraints.
public private(set) weak var view: UIView?

/// The default metrics for the Visual Format Language APIs.
Expand Down

0 comments on commit 31fb740

Please sign in to comment.