Tweak word

This commit is contained in:
mike-thompson-day8 2015-02-25 00:24:50 +11:00
parent a8a1dcd890
commit 510199a938

View File

@ -734,7 +734,7 @@ So this is a Signal Graph. Data is flowing through computation into renderer, wh
## A More Efficient Signal Graph
But there is a small problem. The approach above might get inefficient, if items gets long.
But there is a small problem. The approach above might get inefficient, if `:items` gets long.
Every time `app-db` changes, the `:sorted-items` query is
going to be re-run and it's going to re-sort `:items`. But `:items` might not have changed. Some other