We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb71a29 + 6d6257b commit 2b78a1aCopy full SHA for 2b78a1a
documentation/src/physical-structure.md
@@ -2,8 +2,8 @@
2
3
## Each class should go into its own file with the same name
4
5
-Only one class should be in a file. This also applies to Enumerations.
6
-Inner classes are allowed but discouraged and an obvious exception to this rule.
+Only one class should be in a file. This also applies to enumeration types (`enum`).
+Inner classes are allowed but discouraged.
7
8
## Each namespace should go into its own folder with the same name
9
0 commit comments