diff --git a/src/records/challenges.md b/src/records/challenges.md index 04e0ec6..41fef29 100644 --- a/src/records/challenges.md +++ b/src/records/challenges.md @@ -42,7 +42,7 @@ class Main { Make an instance of the `Tien` record and print it out. ```java,editable -enum TienMove { +enum Move { DODON_RAY, TRI_BEAM, EXPLODE @@ -102,4 +102,4 @@ class Main { IO.println(l1.equals(l2)); } } -``` \ No newline at end of file +```