Skip to content

Commit e1c68d5

Browse files
author
David Pflug
authored
Correct typo in introduction.md (#1050)
1 parent d9b10e4 commit e1c68d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
There are svceral ways to solve Queen Attack.
3+
There are several ways to solve Queen Attack.
44
All of the code to validate the input and calculate the answer could be placed in the `can_attack` function.
55
Another approach could break the logic up into some helper functions.
66

0 commit comments

Comments
 (0)