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 ed2f5e1 commit ad6b3afCopy full SHA for ad6b3af
website/docs/introduction/CoreConcepts.md
@@ -20,7 +20,7 @@ data class AppState(
20
This object is like a “model” except all fields are vals. This is so that different parts of the
21
code can’t change the state arbitrarily, causing hard-to-reproduce bugs.
22
23
-To change something in the state, you need to dispatch an action. An action is a plain data Kotlin
+To change something in the state, you need to dispatch an action. An action is a plain Kotlin data
24
class (notice how we don’t introduce any magic?) that describes what happened. Here are a few
25
example actions:
26
0 commit comments