This commit is contained in:
Nathan Marz 2015-04-15 20:10:28 -04:00
parent f66d09f9dd
commit 0bf63ea546

View file

@ -104,7 +104,7 @@ To make your own selector, implement the `StructurePath` protocol which looks li
)
```
Looking at the implementations of the built-in operations should provide you with the guidance you need to make your own selectors.
Looking at the implementations of the built-in selectors should provide you with the guidance you need to make your own selectors.
Finally, you can make `select` and `update` work much faster by precompiling your selectors using the `comp-structure-paths` function. There's about a 5x speed difference between the following two invocations of update: