Skip to content

Commit 3d6bae1

Browse files
improve the wording in a-loop.md docs
Check that recent changes to docs pipeline are working by improving the wording in `a-loop.md`
1 parent 2fc92d3 commit 3d6bae1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/a-loop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ The 4-5-6 domino cascade implements the formula made famous by Facebook's ground
170170

171171
A view, `v`, is a function, `f`, of the app state, `s`.
172172

173-
Said another way, there are functions `f` that compute which DOM nodes, `v`,
173+
Said another way, there are functions `f` that compute which DOM nodes, `v`, which
174174
should be displayed to the user when the application is in a given app state, `s`.
175175

176-
Or, to capture the dynamics we'd say: **over time**, as `s` changes, `f`
177-
will be re-run each time to compute new `v`, forever keeping `v` up to date with the current `s`.
176+
Or, to capture the dynamics, we'd say: **over time**, as `s` changes, `f`
177+
will be re-run each time to compute a new `v` (what the user sees), forever keeping `v` up to date with the current `s`.
178178

179-
Or, with yet another emphasis: **over time** what is presented to the user changes in response to application state changes.
179+
Or, with yet another emphasis: **over time** what is presented to the user changes in response to changes in application state.
180180

181181
In our case, domino 3 changes `s`, the application state,
182182
and, in response, dominoes 4-5-6 are concerned with re-running `f` to compute the new `v`

0 commit comments

Comments
 (0)