From 0b744da844e4172ec0c695098e67ab2a7184c5f0 Mon Sep 17 00:00:00 2001 From: Michael Ortmann Date: Mon, 4 Mar 2024 10:15:57 +0100 Subject: [PATCH] Fix doc - Language Reference - Table of Operators --- doc/langref.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index a787f5dd2a..495f7bc477 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#} -
{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}
+
{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}
@@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#} Invokes {#link|Peer Type Resolution#} for the operands. -
{#syntax#}(1 < 2) == true{#endsyntax#}>
+
{#syntax#}(1 < 2) == true{#endsyntax#}