diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-25 23:10:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 23:10:48 +0200 |
commit | bef00b2b0d24f77cb125070113f8a50a7f895c00 (patch) | |
tree | 7ed508ca8d9470af944ae36bb42bba6beccb68b6 /doc/classes | |
parent | 3e1df91ca6a5138a902e8e27dd546132099f9b54 (diff) | |
parent | 1304d72fc18f979d4c924fe40ad4c3f8714b4a5e (diff) |
Merge pull request #60445 from nathanfranke/minor-changes
small changes: improve OS.get_name classref, misc/scripts fixes, remove trailing quote
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index bc9bfc9676..b2e325d226 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -278,7 +278,7 @@ <return type="String" /> <description> Returns the name of the host OS. - On Windows, this is [code]"Windows"[/code] or [code]"UWP"[/code] (Universal Windows Platform) if exported thereon. + On Windows, this is [code]"Windows"[/code] or [code]"UWP"[/code] if exported on Universal Windows Platform. On macOS, this is [code]"macOS"[/code]. On Linux-based operating systems, this is [code]"Linux"[/code]. On BSD-based operating systems, this is [code]"FreeBSD"[/code], [code]"NetBSD"[/code], [code]"OpenBSD"[/code], or [code]"BSD"[/code] as a fallback. |