diff --git a/doc/langref.html.in b/doc/langref.html.in index adac8f137fec86fe91b785d3375c326edb75460f..3642e9bc182044931fc269f47e913afb9bc829a8 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1118,8 +1118,8 @@ {#header_close#} {#header_open|Floating Point Operations#} -

By default floating point operations use {#syntax#}Strict{#endsyntax#} mode, - but you can switch to {#syntax#}Optimized{#endsyntax#} mode on a per-block basis:

+

By default floating point operations use {#syntax#}.strict{#endsyntax#} mode, + but you can switch to {#syntax#}.optimized{#endsyntax#} mode on a per-block basis:

{#code|float_mode_obj.zig#}

For this test we have to separate code into two object files - @@ -1374,7 +1374,7 @@ a /= b{#endsyntax#}