Fix typo in Android modules doc

This commit is contained in:
Rémi Verschelde
2019-03-07 11:27:35 +01:00
parent 54802cf565
commit 1e3ee988bb

View File

@@ -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: