Skip to content

Commit 437fadb

Browse files
Update comment
1 parent 32dc672 commit 437fadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextView/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class TextView: NSView, NSTextContent {
114114
}
115115
}
116116

117-
/// The amount of extra space to add when scrolling past end is enabled, as a percentage of the viewport height
117+
/// The amount of extra space to add when overscroll is enabled, as a percentage of the viewport height
118118
public var overscrollAmount: CGFloat = 0.5 {
119119
didSet {
120120
if overscroll {

0 commit comments

Comments
 (0)