Explorar o código

Fix typo in Android modules doc

Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
1e3ee988bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      development/cpp/creating_android_modules.rst

+ 1 - 1
development/cpp/creating_android_modules.rst

@@ -317,7 +317,7 @@ More than one singleton module can be enabled by separating with commas:
 
     [android]
 
-    modules="org/godotengine/godot/MySingleton,corg/godotengine/godot/MyOtherSingleton"
+    modules="org/godotengine/godot/MySingleton,org/godotengine/godot/MyOtherSingleton"
 
 Then request the singleton Java object from Globals like this: