authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-01 17:23:27-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-01 17:23:27-05:00
loge8dad624419cee8e106185e478969d4a3ca44f0a
tree7ae0bcf2f1715aa8a520fa439959a15a0f1069bc
parent5f7d9c58458b8c6a675f747f811c54ab4e4f60c2
signature Commit is signed but in an unrecognized format.

fix docs typo


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

doc/langref.html.in+1-1
......@@ -8168,7 +8168,7 @@ coding style.
81688168 If {#syntax#}x{#endsyntax#} is a {#syntax#}type{#endsyntax#}
81698169 then {#syntax#}x{#endsyntax#} should be {#syntax#}TitleCase{#endsyntax#}, unless it
81708170 is a {#syntax#}struct{#endsyntax#} with 0 fields and is never meant to be instantiated,
8171 in which case it is considered to be a "namespace" and uses {#syntax#}snake_case{#end_syntax#}.
8171 in which case it is considered to be a "namespace" and uses {#syntax#}snake_case{#endsyntax#}.
81728172 </li>
81738173 <li>
81748174 If {#syntax#}x{#endsyntax#} is callable, and {#syntax#}x{#endsyntax#}'s return type is