From 3cdaf9bc892fd2d695860b557c798ef8335e3f68 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Tue, 7 May 2024 23:57:44 -0400 Subject: [PATCH] docs: Fix typo (#355) --- doc/langdef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langdef.md b/doc/langdef.md index df7dc63..93e1abe 100644 --- a/doc/langdef.md +++ b/doc/langdef.md @@ -932,7 +932,7 @@ than the default costs. ## Functions -CEL functions have no observable side-effects (there maybe side-effects like +CEL functions have no observable side-effects (there may be side-effects like logging or such which are not observable from CEL). The default argument evaluation strategy for functions is strict, with exceptions from this rule discussed in [Logical Operators](#logical-operators) and [Macros](#macros).