From 46d8e010a035a88df322c4841d355211f93644f8 Mon Sep 17 00:00:00 2001 From: Matthew Borkowski Date: Mon, 24 May 2021 16:58:20 -0400 Subject: [PATCH] fix position of `orelse` and `catch` in precedence table and remove misplaced error union operator --- doc/langref.html.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 8ebe7fb594..7c9b1ff7bc 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1762,14 +1762,13 @@ const B = error{Two}; a!b x{} x.* x.? !x -x -%x ~x &x ?x -! * / % ** *% || +* / % ** *% || + - ++ +% -% << >> -& ^ | +& ^ | orelse catch == != < > <= >= and or -orelse catch = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#} {#header_close#} {#header_close#}