Skip to content

Commit af6a809

Browse files
committed
fix typo
1 parent 61ac088 commit af6a809

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/src/bin/gol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ fn create_four_blinkers_puzzle_and_solution() -> (Puzzle, Board) {
644644
let final_conditions = final_board.to_exactly_matching_conditions();
645645

646646
let puzzle = Puzzle {
647-
title: "Four blinkers".to_string(),
647+
title: "Four Blinkers".to_string(),
648648
summary: "Create four blinkers from very few cells".to_string(),
649649
difficulty: Difficulty::Easy,
650650
size,

frontend/src/lib/game-of-life/data/puzzles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ export const KNOWN_PUZZLES: PuzzleMetadata[] = [
7676
size: 16,
7777
},
7878
{
79-
id: "278d44414d9faf905fa0da89fab761eb3fb14f1054248082a119564d0aaf87c7",
80-
title: "Four blinkers",
79+
id: "29e4dc41863a3e68dfe6ad0a5744b22fed0b0a2fce6e568329e7de1bf7daaa6a",
80+
title: "Four Blinkers",
8181
summary: "Create four blinkers from very few cells",
8282
difficulty: "EASY",
8383
size: 16,

0 commit comments

Comments
 (0)