From 00e7528d17fc64b2ec9a472b6a62f3532cd92ab5 Mon Sep 17 00:00:00 2001 From: thomasaw Date: Thu, 13 Aug 2020 18:18:19 +0900 Subject: [PATCH] fix spelling --- .../java/counterexample/sample/counterexample/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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