lib/android: fix frenglish doc
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 15 Dec 2015 22:35:18 +0000 (17:35 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 16 Dec 2015 13:45:18 +0000 (08:45 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/android/audio.nit

index 649a95d..a0acee0 100644 (file)
@@ -208,10 +208,11 @@ end
 # Used to play sound, best suited for sounds effects in apps or games
 class SoundPool
 
-       # Error gestion
+       # Latest error on this sound pool
        var error: nullable Error = null
 
        private var nsoundpool: NativeSoundPool is noinit
+
        # The maximum number of simultaneous streams for this SoundPool
        var max_streams = 10 is writable