| ... | @@ -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 file | 10423 | 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 any | 10424 | (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 be | 10426 | it should use {#syntax#}snake_case{#endsyntax#}. Directory names should be |
| 10427 | {#syntax#}snake_case{#endsyntax#}. | 10427 | {#syntax#}snake_case{#endsyntax#}. |