Skip to content

Commit 638433d

Browse files
committed
Code cleanup
1 parent 937ff0c commit 638433d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/exercise_datamodell.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class ExerciseDatamodell {
1313
required this.task,
1414
required this.solution,
1515
required this.difficultyLevel,
16-
this.hint = "No hint!",
16+
this.hint = "No hint available.",
1717
});
1818
}

0 commit comments

Comments
 (0)