From db1edb6535383817c6f597f55a35fc892d1c22c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20L=C3=BChmann?= Date: Fri, 10 Dec 2021 10:22:32 +0100 Subject: [PATCH] fix precedence in langref or example --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 40c2e431a..33a93268c 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -2048,7 +2048,7 @@ unwrapped == 1234{#endsyntax#} without evaluating {#syntax#}b{#endsyntax#}. Otherwise, returns {#syntax#}b{#endsyntax#}. -
{#syntax#}false or true == true{#endsyntax#}
+
{#syntax#}(false or true) == true{#endsyntax#}