We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b10e4 commit e1c68d5Copy full SHA for e1c68d5
1 file changed
exercises/practice/queen-attack/.approaches/introduction.md
@@ -1,6 +1,6 @@
1
# Introduction
2
3
-There are svceral ways to solve Queen Attack.
+There are several ways to solve Queen Attack.
4
All of the code to validate the input and calculate the answer could be placed in the `can_attack` function.
5
Another approach could break the logic up into some helper functions.
6
0 commit comments