| ... | ... | @@ -8168,7 +8168,7 @@ coding style. |
| 8168 | 8168 | If {#syntax#}x{#endsyntax#} is a {#syntax#}type{#endsyntax#} |
| 8169 | 8169 | then {#syntax#}x{#endsyntax#} should be {#syntax#}TitleCase{#endsyntax#}, unless it |
| 8170 | 8170 | 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#}. |
| 8172 | 8172 | </li> |
| 8173 | 8173 | <li> |
| 8174 | 8174 | If {#syntax#}x{#endsyntax#} is callable, and {#syntax#}x{#endsyntax#}'s return type is |