Browse Source

Fix typo in Android modules doc

Rémi Verschelde 6 years ago
parent
commit
1e3ee988bb
1 changed files with 1 additions and 1 deletions
  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: