Commit ce072894a1

viri <hi@viri.moe>
2021-06-04 00:04:58
docs: minor spelling fix
1 parent 7d15a3a
Changed files (1)
doc/langref.html.in
@@ -10421,7 +10421,7 @@ coding style.
       </p>
       <p>
       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#}.