IPVGO: Add missing space characters in API documentation (#1373)

This commit is contained in:
catloversg
2024-06-08 03:15:46 +07:00
committed by GitHub
parent 7b3cf48453
commit e64247571d
4 changed files with 32 additions and 8 deletions

View File

@@ -4054,13 +4054,13 @@ export interface Go {
*
* For example, a single 5x5 prior move board might look like this:
*
* [<br/>
* "XX.O.",<br/>
* "X..OO",<br/>
* ".XO..",<br/>
* "XXO.#",<br/>
* ".XO.#",<br/>
* ]
[<br/>
"XX.O.",<br/>
"X..OO",<br/>
".XO..",<br/>
"XXO.#",<br/>
".XO.#",<br/>
]
*/
getMoveHistory(): string[][];