From ce072894a16469aea24fd2060013037ba7411b17 Mon Sep 17 00:00:00 2001 From: viri Date: Thu, 3 Jun 2021 16:04:58 -0600 Subject: [PATCH] docs: minor spelling fix --- 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 476848a02f..9458abfe18 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -10421,7 +10421,7 @@ coding style.

File names fall into two categories: types and namespaces. If the file - (implicity a struct) has top level fields, it should be named like any + (implicitly a struct) has top level fields, it should be named like any other struct with fields using {#syntax#}TitleCase{#endsyntax#}. Otherwise, it should use {#syntax#}snake_case{#endsyntax#}. Directory names should be {#syntax#}snake_case{#endsyntax#}.