Skip to content

Commit

Permalink
Minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbensley committed Sep 7, 2024
1 parent 665f384 commit f38d075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "5a760f854b48e8d909a7748016d4c32d34420e8b47ec59b93e3957f59b60008e",
"originHash" : "d6abd9716227493a2d07d77e6945341e05a54457c3128151eaa8bad4ebbb28b5",
"pins" : [
{
"identity" : "checkerskit",
Expand Down
2 changes: 1 addition & 1 deletion Queah/GameScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ final class GameScene: SKScene {
}

func displayOutcome() {
let text = game.isOver ? "\(game.toMove.other) Wins!" : "Draw by Repetition"
let text = game.isOver ? "\(game.toMove.other) wins!" : "Draw by repetition"
board.displayOutcome(text: text)
}

Expand Down

0 comments on commit f38d075

Please sign in to comment.