388: Update README.md r=XFFXFF a=tusharxoxoxo

Gramatical Error

Co-authored-by: Tushar Dahiya <tusharxoxoxo@gmail.com>
This commit is contained in:
bors[bot] 2022-08-26 21:52:00 +00:00 committed by GitHub
commit e99e45d35a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.