Fix duplicate table row and typo in games.md - #1570
Open
Atishyy27 wants to merge 1 commit into
Open
Conversation
- 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'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two small documentation fixes in
docs/games.md: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.
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 toAgents negotiate for chips that they play on a colored grid....Documentation-only; no code changes.
Verification
grep -c wiki/Xiangqi docs/games.mdnow returns 1 (was 2).