Skip to content

Commit 7e99d7d

Browse files
Update FindOnPage.md
Co-authored-by: FrankC-msft <[email protected]>
1 parent 05838bf commit 7e99d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
537537
CoreWebView2FindDirection FindDirection { get; set; };
538538

539539
/// Determines if the find operation is case sensitive. Returns TRUE if the find is case sensitive, FALSE otherwise.
540-
/// The locale used to determine case sensitivity is the document's language specified by the HTML lang attribute, or if unspecified then the WebView2's UI locale.
540+
/// The locale used to determine case sensitivity is the document's language specified by the HTML lang attribute. If unspecified then the WebView2's UI locale
541541
/// typically provides a default handling approach, while the document's language settings (e.g., specified using the HTML lang attribute) can override these defaults to apply locale-specific rules. This dual consideration
542542
/// ensures that text is processed in a manner consistent with user expectations and the linguistic context of the content.
543543
Boolean IsCaseSensitive { get; set; };

0 commit comments

Comments
 (0)