From 7450680f8e6027cfcda48e9f616992554a31fbfa Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Tue, 20 Feb 2024 21:17:50 -0800 Subject: [PATCH] Add documentation --- Sources/Layout/UIKit/NSLayoutDimension.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Layout/UIKit/NSLayoutDimension.swift b/Sources/Layout/UIKit/NSLayoutDimension.swift index 6ee9eba9..8197d6fa 100644 --- a/Sources/Layout/UIKit/NSLayoutDimension.swift +++ b/Sources/Layout/UIKit/NSLayoutDimension.swift @@ -18,6 +18,7 @@ extension NSLayoutDimension { /// - Parameters: /// - relation: The relationship between the receiver and the dimension anchor. /// - anchor: The anchor to which to constrain. + /// - multiplier: The multiplier for the constraint. /// - constant: The offset for the constraint. /// /// - Returns: The created constraint.