Skip to content

Commit 2691074

Browse files
committed
small rewrite of conclusion
1 parent 9987819 commit 2691074

File tree

1 file changed

+2
-2
lines changed
  • app/pages/learn/01_tutorial/03_getting-to-know-the-language/04_classes_objects

1 file changed

+2
-2
lines changed

app/pages/learn/01_tutorial/03_getting-to-know-the-language/04_classes_objects/01_enums.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ and reading these configuration files in the program in cases like this.
210210
<a id="conclusion">&nbsp;</a>
211211
## Conclusion
212212

213-
Enums provide a simple and safe way of representing a fixed set of constants while keeping most of the flexibilities of classes. They are another special type of class that can be used to write code that is elegant, readable, and maintainable, and work well with other newer modern features like [Switch Expressions](id:lang.classes-objects.switch-expression).
213+
Enums provide a simple and safe way of representing a fixed set of constants while keeping most of the flexibilities of classes. They are a special type of class that can be used to write code that is elegant, readable, and maintainable, and work well with other newer modern features like [Switch Expressions](id:lang.classes-objects.switch-expression).
214214

215-
To learn more, visit the javadoc [`java.lang.Enum`](javadoc:Enum).
215+
To learn more, visit the javadoc of [`java.lang.Enum`](javadoc:Enum).

0 commit comments

Comments
 (0)