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#}