DOCUMENTATION: Add missing newline after RAM cost (#2570)

This commit is contained in:
catloversg
2026-03-14 09:23:29 +07:00
committed by GitHub
parent 8bdcaf5f83
commit bc3e8ff3d5
32 changed files with 120 additions and 39 deletions

View File

@@ -98,5 +98,7 @@ A 2D array of booleans indicating the validity of each move.
## Remarks
RAM cost: 8 GB (This is intentionally expensive; you can derive this info from just getBoardState() and getMoveHistory() )
RAM cost: 8 GB
(This is intentionally expensive; you can derive this info from just getBoardState() and getMoveHistory() )