diff --git a/doc/langref.html.in b/doc/langref.html.in index 675e3397b9..233e7799fb 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1818,7 +1818,7 @@ test "multidimensional arrays" { {#header_open|Sentinel-Terminated Arrays#}
- The syntax {#syntax#}[N:x]T{#endsyntax#} describes an array which has a sentinel element at the + The syntax {#syntax#}[N:x]T{#endsyntax#} describes an array which has a sentinel element of value {#syntax#}x{#endsyntax#} at the index corresponding to {#syntax#}len{#endsyntax#}.
{#code_begin|test|null_terminated_array#}