mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
fix tiny typo in langref.html.in
This commit is contained in:
parent
21dff1c4e2
commit
99112b5d4a
@ -4927,7 +4927,7 @@ test "peer type resolution: *const T and ?*T" {
|
||||
<li>The {#link|Integers#} {#syntax#}u0{#endsyntax#} and {#syntax#}i0{#endsyntax#}.</li>
|
||||
<li>{#link|Arrays#} and {#link|Vectors#} with len 0, or with an element type that is a zero bit type.</li>
|
||||
<li>An {#link|enum#} with only 1 tag.</li>
|
||||
<li>An {#link|struct#} with all fields being zero bit types.</li>
|
||||
<li>A {#link|struct#} with all fields being zero bit types.</li>
|
||||
<li>A {#link|union#} with only 1 field which is a zero bit type.</li>
|
||||
<li>{#link|Pointers to Zero Bit Types#} are themselves zero bit types.</li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user