浏览代码

Fix typo in Android modules doc

Rémi Verschelde 6 年之前
父节点
当前提交
1e3ee988bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: