commit 0b744da844e4172ec0c695098e67ab2a7184c5f0 (tree) parent 469643940c9cdce90fbd44e437592dbb608f2443 Author: Michael Ortmann <keine email> Date: Mon, 4 Mar 2024 10:15:57 +0100 Fix doc - Language Reference - Table of Operators Diffstat:
| M | doc/langref.html.in | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td> </ul> </td> <td> - <pre>{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}</pre> + <pre>{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}</pre> </td> </tr> <tr> @@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre> Invokes {#link|Peer Type Resolution#} for the operands. </td> <td> - <pre>{#syntax#}(1 < 2) == true{#endsyntax#}></pre> + <pre>{#syntax#}(1 < 2) == true{#endsyntax#}</pre> </td> </tr> <tr>