IPvGO: Fix API documentation (#1171)

Proper fix for table pre layout
This commit is contained in:
catloversg
2024-03-22 04:39:37 +07:00
committed by GitHub
parent 35a34470a2
commit 99f7a4cc7b
3 changed files with 9 additions and 11 deletions

View File

@@ -3993,15 +3993,13 @@ export interface Go {
*
* For example, a 5x5 board might look like this:
*
* <pre lang="javascript">
* [
* "XX.O.",
* "X..OO",
* ".XO..",
* "XXO.#",
* ".XO.#",
* ]
* </pre>
[<br/>
"XX.O.",<br/>
"X..OO",<br/>
".XO..",<br/>
"XXO.#",<br/>
".XO.#",<br/>
]
*
* Each string represents a vertical column on the board, and each character in the string represents a point.
*