diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-07 00:16:19 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-07 00:38:17 +0000 |
| commit | a8df0189ff9f49db04f9a33ae61bfcd1c1486c80 (patch) | |
| tree | 27d9df5ff7d780da1672031d24984c00064cae7d | |
| parent | 7d61c4cee43984b05d8515fe5dcf0780a8fab10b (diff) | |
| download | puzzles-a8df0189ff9f49db04f9a33ae61bfcd1c1486c80.zip puzzles-a8df0189ff9f49db04f9a33ae61bfcd1c1486c80.tar.gz puzzles-a8df0189ff9f49db04f9a33ae61bfcd1c1486c80.tar.bz2 puzzles-a8df0189ff9f49db04f9a33ae61bfcd1c1486c80.tar.xz | |
guess: Correct documentation to not say Space places a peg
It sets a hold now, as is mentioned in the next sentence.
| -rw-r--r-- | puzzles.but | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzles.but b/puzzles.but index fc0af02..8bdee25 100644 --- a/puzzles.but +++ b/puzzles.but @@ -1335,7 +1335,7 @@ after marking. Alternatively, with the keyboard, the up and down cursor keys can be used to select a peg colour, the left and right keys to select a -peg position, and the space bar or Enter key to place a peg of the +peg position, and the Enter key to place a peg of the selected colour in the chosen position. \q{D} or Backspace removes a peg, and Space adds a hold marker. |