diff --git a/app/src/main/java/counterexample/sample/counterexample/MainActivity.kt b/app/src/main/java/counterexample/sample/counterexample/MainActivity.kt index 9e70a40..1718e76 100644 --- a/app/src/main/java/counterexample/sample/counterexample/MainActivity.kt +++ b/app/src/main/java/counterexample/sample/counterexample/MainActivity.kt @@ -16,7 +16,7 @@ import tw.geothings.rekotlin.StoreSubscriber * Copyright © 2016 GeoThings. All rights reserved. */ -// The global application store, which is responsible for managing the appliction state. +// The global application store, which is responsible for managing the application state. val mainStore = Store( reducer = ::counterReducer, state = null