Skip to content

Commit

Permalink
queen-attack: fix name (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 18, 2023
1 parent ce2874d commit 91ea7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/queen-attack/queen-attack.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class QueensAttack
class QueenAttack
constructor: (queen) ->

canAttack: (otherQueen) ->

module.exports = QueensAttack
module.exports = QueenAttack

0 comments on commit 91ea7c8

Please sign in to comment.