Skip to content

Commit 6b77ce7

Browse files
atktasxatzial
andauthored
Make comment more understandable
Co-authored-by: Anastasios Chatzialexiou <16361161+tasxatzial@users.noreply.github.com>
1 parent fef57f4 commit 6b77ce7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exercises/jigsaw-puzzle/canonical-data.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"exercise": "jigsaw-puzzle",
33
"comments": [
4-
"For the aspect ratio, rational numbers can be used for languages without IEEE-754 support",
5-
"If rational numbers are used, they need to be reduced to the lowest term to avoid ambiguity"
4+
"For the aspect ratio, rational numbers can be used for languages without",
5+
"IEEE-754 support. Their representation depends on the track (e.g., a tuple like",
6+
"[numerator, denominator], a string like '3/4', or a custom rational type).",
7+
"The represented fractions should be reduced to lowest terms to avoid ambiguity."
68
],
79
"cases": [
810
{

0 commit comments

Comments
 (0)