mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 05:07:27 +00:00
Merge #388
388: Update README.md r=XFFXFF a=tusharxoxoxo Gramatical Error Co-authored-by: Tushar Dahiya <tusharxoxoxo@gmail.com>
This commit is contained in:
commit
e99e45d35a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ varieties:
|
|||
- **Inputs**: the base inputs to your system. You can change these
|
||||
whenever you like.
|
||||
- **Functions**: pure functions (no side effects) that transform your
|
||||
inputs into other values. The results of queries is memoized to
|
||||
inputs into other values. The results of queries are memoized to
|
||||
avoid recomputing them a lot. When you make changes to the inputs,
|
||||
we'll figure out (fairly intelligently) when we can re-use these
|
||||
memoized values and when we have to recompute them.
|
||||
|
|
Loading…
Reference in a new issue