authorgravatar for sysashi.boris@gmail.comBoris <sysashi.boris@gmail.com> 2019-06-18 20:26:07+07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-06-18 10:01:48-04:00
log99112b5d4ac885f63a79c6f7926f92ff4f3ce819
tree77b708a6f28fc0b7af456f8dc8fc1bfd4038804d
parent21dff1c4e280663c7a637f3b014c0d7326efcd3d

fix tiny typo in langref.html.in


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

doc/langref.html.in+1-1
......@@ -4927,7 +4927,7 @@ test "peer type resolution: *const T and ?*T" {
49274927 <li>The {#link|Integers#} {#syntax#}u0{#endsyntax#} and {#syntax#}i0{#endsyntax#}.</li>
49284928 <li>{#link|Arrays#} and {#link|Vectors#} with len 0, or with an element type that is a zero bit type.</li>
49294929 <li>An {#link|enum#} with only 1 tag.</li>
4930 <li>An {#link|struct#} with all fields being zero bit types.</li>
4930 <li>A {#link|struct#} with all fields being zero bit types.</li>
49314931 <li>A {#link|union#} with only 1 field which is a zero bit type.</li>
49324932 <li>{#link|Pointers to Zero Bit Types#} are themselves zero bit types.</li>
49334933 </ul>