From 62bea7260159238f918bbd3439a45f546b56cc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 3 May 2021 22:33:49 +0200 Subject: [PATCH] doc: Sync classref with Mono build --- modules/mono/doc_classes/CSharpScript.xml | 4 ++-- modules/mono/doc_classes/GodotSharp.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index 56a3c60839..3a242bcfc9 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the C# programming language (Mono-enabled builds only). @@ -12,7 +12,7 @@ - + Returns a new instance of the script. diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 7a9324cbfe..f65bb07753 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -1,5 +1,5 @@ - + Bridge between Godot and the Mono runtime (Mono-enabled builds only).