authorgravatar for matthew.h.borkowski@gmail.comMatthew Borkowski <matthew.h.borkowski@gmail.com> 2021-05-25 00:09:28-04:00
committergravatar for matthew.h.borkowski@gmail.comMatthew Borkowski <matthew.h.borkowski@gmail.com> 2021-05-25 00:09:28-04:00
logb01e5d93016338c7d2581e7a075d270620e206e1
tree9b47008c7f7b4645ac55f442b31a0a23d3325e65
parent46d8e010a035a88df322c4841d355211f93644f8

fix position of `.*` and `.?` in operator precedence table documentation


1 files changed, 2 insertions(+), 2 deletions(-)

doc/langref.html.in+2-2
......@@ -1758,9 +1758,9 @@ const B = error{Two};
17581758 </div>
17591759 {#header_close#}
17601760 {#header_open|Precedence#}
1761 <pre>{#syntax#}x() x[] x.y
1761 <pre>{#syntax#}x() x[] x.y x.* x.?
17621762a!b
1763x{} x.* x.?
1763x{}
17641764!x -x -%x ~x &x ?x
17651765* / % ** *% ||
17661766+ - ++ +% -%