From e8dad624419cee8e106185e478969d4a3ca44f0a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 1 Mar 2019 17:23:27 -0500 Subject: [PATCH] fix docs typo --- 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 a78b073a25..6b798770ef 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8168,7 +8168,7 @@ coding style. If {#syntax#}x{#endsyntax#} is a {#syntax#}type{#endsyntax#} then {#syntax#}x{#endsyntax#} should be {#syntax#}TitleCase{#endsyntax#}, unless it is a {#syntax#}struct{#endsyntax#} with 0 fields and is never meant to be instantiated, - in which case it is considered to be a "namespace" and uses {#syntax#}snake_case{#end_syntax#}. + in which case it is considered to be a "namespace" and uses {#syntax#}snake_case{#endsyntax#}.
  • If {#syntax#}x{#endsyntax#} is callable, and {#syntax#}x{#endsyntax#}'s return type is