diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml
index 400a6e31d5..268fb5b6a5 100644
--- a/doc/classes/TranslationServer.xml
+++ b/doc/classes/TranslationServer.xml
@@ -31,6 +31,7 @@
+ Returns an Array of all loaded locales of the game.
diff --git a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml
index dc7fc7fe31..894a1b3ced 100644
--- a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml
+++ b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml
@@ -41,6 +41,8 @@
+ Returns the 1D noise value [code][-1,1][/code] at the given x-coordinate.
+ Note: This method actually returns the 2D noise value [code][-1,1][/code] with fixed y-coordinate value 0.0.