Skip to content

Commit 181ece6

Browse files
author
Jegors Čemisovs
committed
Corrected the positioning of Box-drawing link in mazy-mice description
Removed the Box-drawing reference link from the code block area to the bottom of the document under the "Maze generation" section. This change was proposed to enhance the readability of the document and provide the link at a more appropriate location.
1 parent fa8427d commit 181ece6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/mazy-mice/description.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ The rectangular maze 6x18 cells
5252
└───┴───────┴───────┴─────┴─────┴───┘
5353
```
5454

55-
[Box-drawing]: https://en.wikipedia.org/wiki/Box-drawing_character
56-
5755
## Hints
5856

5957
### Maze generation
@@ -76,3 +74,4 @@ You can use any algorithm to generate a perfect maze. The [recursive backtracker
7674
|| rightwards white arrow | U+21E8 |
7775

7876
[recursive-backtracker]: https://en.wikipedia.org/wiki/Maze_generation_algorithm
77+
[Box-drawing]: https://en.wikipedia.org/wiki/Box-drawing_character

0 commit comments

Comments
 (0)