Skip to content

Commit

Permalink
Update src/guide/advanced/queries.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
  • Loading branch information
outoftardis authored and appetrosyan committed Jun 8, 2022
1 parent eba668d commit ac6bfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/advanced/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ following (somewhat encyclopædic) section.

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

1 comment on commit ac6bfb0

@vercel
Copy link

@vercel vercel bot commented on ac6bfb0 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

iroha-2-docs – ./

iroha-2-docs-0x009922.vercel.app
iroha-2-docs-git-master-0x009922.vercel.app

Please sign in to comment.