From a16003ba75cc84b3e502829dc368616669e5b080 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:37:45 +0000 Subject: [PATCH] docs: fix "works at expected" typo in the operators page --- web/book/src/reference/syntax/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/book/src/reference/syntax/operators.md b/web/book/src/reference/syntax/operators.md index 35e1646f41c2..e26ed0ab1904 100644 --- a/web/book/src/reference/syntax/operators.md +++ b/web/book/src/reference/syntax/operators.md @@ -176,7 +176,7 @@ from employees derive total_distance = sum distance ``` -...while with parentheses, it works at expected: +...while with parentheses, it works as expected: ```prql from employees