Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language in hints checked
  • Loading branch information
stephen-hero authored Dec 22, 2023
1 parent 7406183 commit 80a1e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codenamesServer/codenamesServerCard/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ If you have any difficulties, **hints will help you solve this task**.

<div class="hint" title="Click me to learn about the type of the Card class">

The `Card` must be a [data class](https://kotlinlang.org/docs/data-classes.html) because it stores data for the cards.
`Card` must be a [data class](https://kotlinlang.org/docs/data-classes.html) because it stores data for the cards.
</div>

0 comments on commit 80a1e81

Please sign in to comment.