authorgravatar for hi@viri.moeviri <hi@viri.moe> 2021-06-03 16:04:58-06:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-04 01:18:14-04:00
logce072894a16469aea24fd2060013037ba7411b17
tree8b26a325bdea824388429f9110b8ae052a764cf9
parent7d15a3ac71c5d8dc8c08dfd8ea8ad43d4eae188a

docs: minor spelling fix


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

doc/langref.html.in+1-1
...@@ -10421,7 +10421,7 @@ coding style....@@ -10421,7 +10421,7 @@ coding style.
10421 </p>10421 </p>
10422 <p>10422 <p>
10423 File names fall into two categories: types and namespaces. If the file10423 File names fall into two categories: types and namespaces. If the file
10424 (implicity a struct) has top level fields, it should be named like any10424 (implicitly a struct) has top level fields, it should be named like any
10425 other struct with fields using {#syntax#}TitleCase{#endsyntax#}. Otherwise,10425 other struct with fields using {#syntax#}TitleCase{#endsyntax#}. Otherwise,
10426 it should use {#syntax#}snake_case{#endsyntax#}. Directory names should be10426 it should use {#syntax#}snake_case{#endsyntax#}. Directory names should be
10427 {#syntax#}snake_case{#endsyntax#}.10427 {#syntax#}snake_case{#endsyntax#}.