Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in the Conclusion Section of Enums Tutorial #137

Open
yousifelboukhary opened this issue Jan 18, 2025 · 2 comments · May be fixed by #138
Open

Typo in the Conclusion Section of Enums Tutorial #137

yousifelboukhary opened this issue Jan 18, 2025 · 2 comments · May be fixed by #138

Comments

@yousifelboukhary
Copy link

yousifelboukhary commented Jan 18, 2025

In the Conclusion section of the Enums tutorial, 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.

@danthe1st
Copy link
Contributor

I guess I confused it with record patterns when searching through the JEP list. I'll write a PR fixing this.

danthe1st added a commit to danthe1st/devjava-content that referenced this issue Jan 18, 2025
@JosePaumard
Copy link
Contributor

Thank you both for the report! I just published the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants