Skip to content

Commit ec9e1e2

Browse files
jagdish-15kahgoh
andauthored
Update exercises/practice/queen-attack/.approaches/introduction.md
Co-authored-by: Kah Goh <[email protected]>
1 parent ddea7e4 commit ec9e1e2

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+
## General Guidance
88

99
The problem boils down to checking three conditions:
1010

0 commit comments

Comments
 (0)