From a632e504954ff0a74833a2d26af121fc1f23995b Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 6 Dec 2024 19:57:32 +0200 Subject: [PATCH] update the features list --- fc-solve/site/wml/src/features.html.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fc-solve/site/wml/src/features.html.tt2 b/fc-solve/site/wml/src/features.html.tt2 index 5ef41d479..09d816e73 100644 --- a/fc-solve/site/wml/src/features.html.tt2 +++ b/fc-solve/site/wml/src/features.html.tt2 @@ -126,9 +126,9 @@ scans. Which one can be specified at run-time.
  • -The order of the tests to be conducted on a given state can be specified at -the beginning of the scan. It is also possible to include only a subset of -the available tests. +The order of the move functions to be conducted on a given state can be +specified at the beginning of the scan. It is also possible to include +only a subset of the available move functions.

  • @@ -230,7 +230,7 @@ Run-time choice of the number of freecells and columns.
  • -Supports games of one and two decks. +Supports games of one and two decks. Support for 2 decks game variants was removed in recent versions given it added complexity to the code.