From 31be568450efaa28ceb69e2a6229890f9612e97f Mon Sep 17 00:00:00 2001 From: Bertram Felgenhauer Date: Thu, 15 May 2008 03:08:22 +0200 Subject: [PATCH] typo fix --- src/Mine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mine.hs b/src/Mine.hs index 20e040e..064a598 100644 --- a/src/Mine.hs +++ b/src/Mine.hs @@ -231,7 +231,7 @@ defaultStrategy = Strategy { -- -- These are actions for the 'MonadPrompt' monad. -- --- * 'Play' - A new game just started. +-- * 'Start' - A new game just started. -- -- * 'Update' - A move was made, and the indicated cell changed -- -- 2.11.4.GIT