Skip to content

Commit 31ace8a

Browse files
committed
Fixing styling issues
1 parent 3c4e52d commit 31ace8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/queen-attack/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this exercise, we determine if two queens on a chessboard can attack each oth
44
A queen in chess can move any number of squares horizontally, vertically, or diagonally.
55
The task is to check if two queens, placed on specific coordinates, can attack each other.
66

7-
## Genral Advice
7+
## Genral Advice
88

99
The problem boils down to checking three conditions:
1010

0 commit comments

Comments
 (0)