From 99112b5d4ac885f63a79c6f7926f92ff4f3ce819 Mon Sep 17 00:00:00 2001 From: Boris Date: Tue, 18 Jun 2019 20:26:07 +0700 Subject: [PATCH] fix tiny typo in langref.html.in --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index c18528a2db..5ddd572e51 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -4927,7 +4927,7 @@ test "peer type resolution: *const T and ?*T" {
  • The {#link|Integers#} {#syntax#}u0{#endsyntax#} and {#syntax#}i0{#endsyntax#}.
  • {#link|Arrays#} and {#link|Vectors#} with len 0, or with an element type that is a zero bit type.
  • An {#link|enum#} with only 1 tag.
  • -
  • An {#link|struct#} with all fields being zero bit types.
  • +
  • A {#link|struct#} with all fields being zero bit types.
  • A {#link|union#} with only 1 field which is a zero bit type.
  • {#link|Pointers to Zero Bit Types#} are themselves zero bit types.