Skip to content

Commit ac6bfb0

Browse files
outoftardisappetrosyan
authored andcommitted
Update src/guide/advanced/queries.md
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
1 parent eba668d commit ac6bfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/advanced/queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ following (somewhat encyclopædic) section.
3232

3333
- _gets_ means that the query already has the data readily available and
3434
the data is trivial. Use these queries at will;
35-
- _returns_ means that the query has the data readily available, just as
36-
with _gets_, but the data is not trivial. You can still use these
35+
- _returns_ or _finds_ mean that the query has the data readily available,
36+
just as with _gets_, but the data is not trivial. You can still use these
3737
queries, but be mindful of the performance impact;
3838
- _searches_ differs from the above two. Data must be actively collected
3939
and neither the return type nor the collection process is cheap. Use with

0 commit comments

Comments
 (0)