In the Conclusion section of the [Enums tutorial](https://dev.java/learn/classes-objects/enums/#conclusion), the following sentence is incorrect: ```Another special class is the Record class introduced in Java 19.``` It should be corrected to: ```Another special class is the Record class, introduced as a preview feature in Java 14 and made a standard feature in Java 16.```