From 97b16b8dc6a443aa0e2e042d376a744dc146c6cd Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 23 May 2021 18:32:47 +0100 Subject: [PATCH] docs/bundles.rst: fix typos and copy-paste-os. Signed-off-by: Simon Tatham --- docs/bundles.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/bundles.rst b/docs/bundles.rst index 99a592f0..470b5bae 100644 --- a/docs/bundles.rst +++ b/docs/bundles.rst @@ -16,7 +16,7 @@ on the ``otter reset`` command line: /^^^^^^^^^^^^^ /^^^^^^^^^^ ^^^^^^^^^^^^^^^^\ game (instance) name game spec name bundle file' -The zipfile will be uploaded the server, and then Otter will look for +The zipfile will be uploaded to the server, and then Otter will look for the game spec ``stoat-fest`` amongst its builtin games and also in the zipfile. Probably, ``stoat-fest`` is ``specs/stoat-fest.game.toml`` in the zipfile, and it will refer to piece elements also found there. @@ -37,7 +37,7 @@ Bundles are zipfiles. They can contain: * ``library/LIB.toml``: Description of a piece shape library, for a library named ``LIB``. See :doc:`shapelibs`. -These ``.toml`` files are all in TOML format. TOML ia an +These ``.toml`` files are all in TOML format. TOML is an INI-file-like format designed for human editing and flexibility. See the `TOML documentation `_ for information about the syntax. @@ -117,8 +117,9 @@ There are also several game spec examples, such as: * `mao.game.toml `__ Mao, or many other similar card games. Three decks, 9 jokers. - * `penultima.game.toml `__ Manipulation - Rummy variants with two decks. + * `penultima.game.toml `__ Penultima, + with an assortment of additional pieces in addition to the basic + chess pieces. * `vatikan.game.toml `__ Manipulation Rummy variants with two decks. -- 2.30.2