We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41098a commit ba8978fCopy full SHA for ba8978f
PluginCore/ScintillaNet/ScintillaControl.cs
@@ -1152,7 +1152,7 @@ public int CurrentPos
1152
}
1153
1154
/// <summary>
1155
- /// Returns the chracter at the caret posiion.
+ /// Returns the chracter at the caret position.
1156
/// </summary>
1157
public char CurrentChar
1158
{
@@ -2416,7 +2416,7 @@ public virtual bool ContainsIgnoredKeys(Keys keys)
2416
2417
2418
2419
- /// Sets the focud to the control
+ /// Sets the focus to the control
2420
2421
public new bool Focus()
2422
0 commit comments