Skip to content

Commit dfa9242

Browse files
Update benchmark.mdx
1 parent a560431 commit dfa9242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/benchmark.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ limitations, and in particular against output token limits.
9191
PromptQL's key insight is that intelligence is required to create a query plan, but is not required to execute the query
9292
plan. The execution of the query plan should be mechanical and 100% repeatable.
9393

94-
PromptQL's query plans are composed of steps that are computational and cognitive. These ensures intelligence can be
94+
PromptQL's query plans are composed of steps that are computational and cognitive. These ensure intelligence can be
9595
precisely used only in the isolated context of the step (eg: "extract project_id from the ticket description").
9696

9797
```mermaid

0 commit comments

Comments
 (0)