Update comment on parameter string formats in documentation

Net can have non-alphanumeric characters in its parameter strings.  Both
"5x5b0.1" and "5x5b1e-05" are valid parameter strings generated by Net.
So only "most" puzzles use alphanumeric parameter strings.
This commit is contained in:
Ben Harris
2022-10-19 09:04:55 +01:00
parent 0ce67c7c3f
commit 12491021d0

View File

@ -481,7 +481,7 @@ away with commas, periods or underscores without causing anybody any
major inconvenience. If you venture far beyond that, you're likely major inconvenience. If you venture far beyond that, you're likely
to irritate \e{somebody}. to irritate \e{somebody}.
(At the time of writing this, all existing games have purely (At the time of writing this, most existing games have purely
alphanumeric string parameter formats. Usually these involve a alphanumeric string parameter formats. Usually these involve a
letter denoting a parameter, followed optionally by a number giving letter denoting a parameter, followed optionally by a number giving
the value of that parameter, with a few mandatory parts at the the value of that parameter, with a few mandatory parts at the