From 8a15537c6e32a756d4bdd54723504174c61c8c6a Mon Sep 17 00:00:00 2001 From: Euan Torano Date: Sun, 22 Sep 2019 16:13:36 +0100 Subject: [PATCH] Fix #3272 - update docs --- 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 e7e662ebc3..935a835a96 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1372,7 +1372,7 @@ unwrapped == 1234{#endsyntax#} without evaluating {#syntax#}b{#endsyntax#}. Otherwise, returns {#syntax#}b{#endsyntax#}. -
{#syntax#}false and true == false{#endsyntax#}
+
{#syntax#}(false and true) == false{#endsyntax#}