Skip to content

Commit 238b7b4

Browse files
yusufozgullukepistrol
authored andcommitted
Fix DocC comment
1 parent 8d30359 commit 238b7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/CodeEditTextView/CodeEditTextView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public struct CodeEditTextView: NSViewControllerRepresentable {
2020
/// - font: The default font
2121
/// - tabWidth: The tab width
2222
/// - lineHeight: The line height multiplier (e.g. `1.2`)
23+
/// - overScrollRatio: The ratio for overscroll, between 0-1 (default: `0.0`)
2324
public init(
2425
_ text: Binding<String>,
2526
language: CodeLanguage,

0 commit comments

Comments
 (0)