Skip to content

Commit 544e8aa

Browse files
committed
DOCS: add return type to isIncludedInLayout documentation comment
1 parent f4537c0 commit 544e8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swift/FlexLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public final class Flex {
138138
flexbox's UIView is excluded, FlexLayout won't layout the view and its children views.
139139

140140
- Parameter included: true to layout the view
141-
- Returns:
141+
- Returns: Flex interface
142142
*/
143143
@discardableResult
144144
public func isIncludedInLayout(_ included: Bool) -> Flex {

0 commit comments

Comments
 (0)