Skip to content

Commit 047d827

Browse files
Update TextLayoutManager+Layout.swift
Co-authored-by: Tom Ludwig <tommludwig@icloud.com>
1 parent 17b5d98 commit 047d827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension TextLayoutManager {
5959
///
6060
/// ## Reentry
6161
///
62-
/// An important thing to note is that this method cannot be reentered. If a layout pass is begun while a layout
62+
/// An important thing to note is that this method cannot be reentered. If a layout pass has begun while a layout
6363
/// pass is already ongoing, internal data structures will be broken. In debug builds, this is checked with a simple
6464
/// boolean and assertion.
6565
///

0 commit comments

Comments
 (0)