We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2289 commit 6ee2cddCopy full SHA for 6ee2cdd
app/src/main/java/com/example/android/devbyteviewer/viewmodels/DevByteViewModel.kt
@@ -36,7 +36,7 @@ import kotlinx.coroutines.launch
36
* results after the new Fragment or Activity is available.
37
*
38
* @param application The application that this viewmodel is attached to, it's safe to hold a
39
- * reference to applications across rotation since Application is never recreated during actiivty
+ * reference to applications across rotation since Application is never recreated during activty
40
* or fragment lifecycle events.
41
*/
42
class DevByteViewModel(application: Application) : AndroidViewModel(application) {
0 commit comments