diff options
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r-- | lisp/play/gomoku.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 30677c4ebd8..ef03fb5b700 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -266,8 +266,8 @@ is non-nil." ;; please send me a note. Thanks. -;; As we choosed values 0, 1 and 6 to denote empty, X and O squares, the -;; contents of a qtuple is uniquely determined by the sum of its elements and +;; As we chose values 0, 1 and 6 to denote empty, X and O squares, the +;; contents of a qtuple are uniquely determined by the sum of its elements and ;; we just have to set up a translation table. (defconst gomoku-score-trans-table |