From 4fb9776d838402a30d7e056c6d72d46e9ca9fbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Mon, 21 Sep 2015 15:51:06 +0200 Subject: [PATCH] Fix a typo in the comments of Pearl. Each stone can have 2 lines radiating from its centre, not 3. --- pearl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pearl.c b/pearl.c index 346ceb3..8b1afe9 100644 --- a/pearl.c +++ b/pearl.c @@ -1654,7 +1654,7 @@ static void check_completion(game_state *state, int mark) * - no clues must be contradicted (highlight clue itself in error if so) * - if there is a closed loop it must include every line segment laid * - if there's a smaller closed loop then highlight whole loop as error - * - no square must have more than 3 lines radiating from centre point + * - no square must have more than 2 lines radiating from centre point * (highlight all lines in that square as error if so) */