From 81276e78f21986c7edf0b9dce69354613778d823 Mon Sep 17 00:00:00 2001 From: Septian Date: Wed, 4 Oct 2023 04:51:48 +0700 Subject: [PATCH] Fix typos in documentation: `than/then` and `loose/lose` --- doc/classes/CodeEdit.xml | 4 ++-- doc/classes/TLSOptions.xml | 2 +- doc/classes/TextEdit.xml | 2 +- doc/classes/XRPositionalTracker.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index e5c255706fe..7542b8a9e89 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -125,7 +125,7 @@ - Inserts the selected entry into the text. If [param replace] is true, any existing text is replaced rather then merged. + Inserts the selected entry into the text. If [param replace] is true, any existing text is replaced rather than merged. @@ -676,7 +676,7 @@ Max number of options to display in the code completion popup at any one time. - Max width of options in the code completion popup. Options longer then this will be cut off. + Max width of options in the code completion popup. Options longer than this will be cut off. Width of the scrollbar in the code completion popup. diff --git a/doc/classes/TLSOptions.xml b/doc/classes/TLSOptions.xml index 125c730e27f..aed100ec077 100644 --- a/doc/classes/TLSOptions.xml +++ b/doc/classes/TLSOptions.xml @@ -28,7 +28,7 @@ Creates a TLS client configuration which validates certificates and their common names (fully qualified domain names). - You can specify a custom [param trusted_chain] of certification authorities (the default CA list will be used if [code]null[/code]), and optionally provide a [param common_name_override] if you expect the certificate to have a common name other then the server FQDN. + You can specify a custom [param trusted_chain] of certification authorities (the default CA list will be used if [code]null[/code]), and optionally provide a [param common_name_override] if you expect the certificate to have a common name other than the server FQDN. [b]Note:[/b] On the Web platform, TLS verification is always enforced against the CA list of the web browser. This is considered a security feature. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index d22e646dd0a..aa19bb562ef 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1169,7 +1169,7 @@ Allow scrolling past the last line into "virtual" space. - Scroll smoothly over the text rather then jumping to the next location. + Scroll smoothly over the text rather than jumping to the next location. Sets the scroll speed with the minimap or when [member scroll_smooth] is enabled. diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index d43daa3028c..bd2432af50c 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -37,7 +37,7 @@ - Marks this pose as invalid, we don't clear the last reported state but it allows users to decide if trackers need to be hidden if we loose tracking or just remain at their last known position. + Marks this pose as invalid, we don't clear the last reported state but it allows users to decide if trackers need to be hidden if we lose tracking or just remain at their last known position.