Skip to content

Commit 2b78a1a

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #33 from messerli-informatik-ag/improve-wording
Improve wording
2 parents cb71a29 + 6d6257b commit 2b78a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/physical-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Each class should go into its own file with the same name
44

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.
5+
Only one class should be in a file. This also applies to enumeration types (`enum`).
6+
Inner classes are allowed but discouraged.
77

88
## Each namespace should go into its own folder with the same name
99

0 commit comments

Comments
 (0)