This commit is contained in:
Johannes Emerich 2015-02-03 13:05:45 +01:00
parent 7b2e6bdbf6
commit d0a4f5d0db

View file

@ -210,7 +210,7 @@ view channel model =
Rather than refering directly to a top-level `actionChannel` as we did in
example 1, we give the channel as an argument so that each counter can be
sending messages along different channels. This will let us augment a basic
`Counter.Action` with extra information so that we know which counter is needs
`Counter.Action` with extra information so that we know which counter needs
to be updated.
Creating modular code is all about creating strong abstractions. We want