Skip to content

Commit 6213415

Browse files
committed
doc: fix comment
1 parent 57ee65f commit 6213415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ScrollStackController/ScrollStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
892892

893893
/// Schedule a single `dispatchRowsVisibilityChangesTo(_:)` call.
894894
///
895-
/// In this way, when rows are created inside a for-loop, the delegate is called only once after the `ScrollStack` has been fully layed out.
895+
/// In this way, when rows are created inside a for-loop, the delegate is called only once after the `ScrollStack` has been fully laid out.
896896
DispatchQueue.main.async(execute: rowVisibilityChangesDispatchWorkItem!)
897897
}
898898

0 commit comments

Comments
 (0)