Skip to content

Fix duplicate table row and typo in games.md - #1570

Open
Atishyy27 wants to merge 1 commit into
google-deepmind:masterfrom
Atishyy27:docs/fix-games-md-typos
Open

Fix duplicate table row and typo in games.md#1570
Atishyy27 wants to merge 1 commit into
google-deepmind:masterfrom
Atishyy27:docs/fix-games-md-typos

Conversation

@Atishyy27

Copy link
Copy Markdown

Description

Two small documentation fixes in docs/games.md:

  1. Duplicate table row. The Xiangqi row appears twice — once in its correct alphabetical position, and again after the Yacht row (breaking the table's alphabetical ordering). The second occurrence is byte-identical to the first. Removed the duplicate.

  2. Typo in the Colored Trails description. Agents negotiations for chips that they they play on a colored grid... had a subject/verb error and a duplicated word. Changed to Agents negotiate for chips that they play on a colored grid....

Documentation-only; no code changes.

Verification

  • grep -c wiki/Xiangqi docs/games.md now returns 1 (was 2).
  • The Colored Trails row reads correctly.

- Remove a duplicate Xiangqi row that appeared a second time after Yacht,
  breaking the table's alphabetical ordering (it is byte-identical to the
  existing Xiangqi entry).
- Fix the Colored Trails description: 'Agents negotiations for chips that they
  they play' -> 'Agents negotiate for chips that they play'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant