X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/lib/android/shared_preferences/shared_preferences_api10.nit b/lib/android/shared_preferences/shared_preferences_api10.nit index d4e71a8..ca3a2b9 100644 --- a/lib/android/shared_preferences/shared_preferences_api10.nit +++ b/lib/android/shared_preferences/shared_preferences_api10.nit @@ -390,7 +390,7 @@ class SharedPreferences # Retrieve an `Object` stored via `[]=` function # # Returns `null` if there's no serialized object corresponding to the given key - # Make sure that the serialized object is `auto_serializable` or that it redefines + # Make sure that the serialized object is `serialize` or that it redefines # the appropriate methods. Refer to `Serializable` documentation for further details fun [](key: String): nullable Object do