From 8809354837a07d19de2aa3091325865fa9b3f933 Mon Sep 17 00:00:00 2001 From: Praise Emmanuel Date: Mon, 15 Jul 2024 18:40:53 -0400 Subject: [PATCH] Fix typo (#6155) changed typo from Rerords -> Records --- .../content/100-java-fundamentals/101-data-types-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/java/content/100-java-fundamentals/101-data-types-variables.md b/src/data/roadmaps/java/content/100-java-fundamentals/101-data-types-variables.md index b11156c3b..14ec648d3 100644 --- a/src/data/roadmaps/java/content/100-java-fundamentals/101-data-types-variables.md +++ b/src/data/roadmaps/java/content/100-java-fundamentals/101-data-types-variables.md @@ -13,4 +13,4 @@ Visit the following resources to learn more: - [@article@Java Variables](https://www.javatpoint.com/java-variables) - [@article@Learn more about Data types and Variables](https://www.javatpoint.com/java-data-types) - [@article@Java enums](https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html) -- [@article@Java Rerords](https://www.baeldung.com/java-record-keyword) +- [@article@Java Records](https://www.baeldung.com/java-record-keyword)