Skip to content

Commit 862b9c6

Browse files
committed
style: minor words
1 parent be4be34 commit 862b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this case, you can:
3131

3232
3. At query time, you usually want to directly run the function with specific input data, instead of letting it called as part of a long-lived indexing flow.
3333
To do this, declare the function as a *transform flow*, by decorating it with `@cocoindex.transform_flow()`.
34-
This will add `eval()` / `eval_async()` methods to the function, so that you can directly call with specific input data.
34+
This will add `eval()` and `eval_async()` methods to the function, so that you can directly call with specific input data.
3535

3636

3737
<Tabs>

0 commit comments

Comments
 (0)