Skip to content

Commit 4cdf6a8

Browse files
github-actions[bot]thibault2705
authored andcommitted
🤖 Auto-sync docs, metadata, and filepaths (#3104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0540884 commit 4cdf6a8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎exercises/practice/piecing-it-together/.docs/instructions.md‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,24 @@ For this exercise, you may assume square pieces, so that the format can be deriv
2424

2525
### Portrait
2626

27-
A portrait jigsaw puzzle with 6 pieces, all of which are border pieces and none are inside pieces. It has 3 rows and 2 columns. The aspect ratio is 1.5 (3/2).
27+
A portrait jigsaw puzzle with 6 pieces, all of which are border pieces and none are inside pieces.
28+
It has 2 columns and 3 rows.
29+
The aspect ratio is 0.666666... (2/3).
2830

2931
![A 2 by 3 jigsaw puzzle](https://assets.exercism.org/images/exercises/piecing-it-together/jigsaw-puzzle-2x3.svg)
3032

3133
### Square
3234

33-
A square jigsaw puzzle with 9 pieces, all of which are border pieces except for the one in the center, which is an inside piece. It has 3 rows and 3 columns. The aspect ratio is 1 (3/3).
35+
A square jigsaw puzzle with 9 pieces, all of which are border pieces except for the one in the center, which is an inside piece.
36+
It has 3 columns and 3 rows.
37+
The aspect ratio is 1.0 (3/3).
3438

3539
![A 3 by 3 jigsaw puzzle](https://assets.exercism.org/images/exercises/piecing-it-together/jigsaw-puzzle-3x3.svg)
3640

3741
### Landscape
3842

39-
A landscape jigsaw puzzle with 12 pieces, 10 of which are border pieces and 2 are inside pieces. It has 3 rows and 4 columns. The aspect ratio is 1.333333... (4/3).
43+
A landscape jigsaw puzzle with 12 pieces, 10 of which are border pieces and 2 are inside pieces.
44+
It has 4 columns and 3 rows.
45+
The aspect ratio is 1.333333... (4/3).
4046

4147
![A 4 by 3 jigsaw puzzle](https://assets.exercism.org/images/exercises/piecing-it-together/jigsaw-puzzle-4x3.svg)

0 commit comments

Comments
 (0)