diff options
author | Nathan Franke <me@nathan.sh> | 2022-04-22 17:13:08 -0500 |
---|---|---|
committer | Nathan Franke <me@nathan.sh> | 2022-04-22 17:13:08 -0500 |
commit | 1304d72fc18f979d4c924fe40ad4c3f8714b4a5e (patch) | |
tree | d22fec3547a3f081adcdd1296c6b1dcd601687c1 /doc/classes/OS.xml | |
parent | f4b0c7a1ea8d86c1dfd96478ca12ad1360903d9d (diff) | |
download | redot-engine-1304d72fc18f979d4c924fe40ad4c3f8714b4a5e.tar.gz |
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
Diffstat (limited to 'doc/classes/OS.xml')
-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. |