DOCUMENTATION: Fix mangled NS API TSDoc (#1643)

This commit is contained in:
catloversg
2024-09-08 07:29:23 +07:00
committed by GitHub
parent 17e906cd76
commit 0ce5cd35dc
25 changed files with 162 additions and 220 deletions

View File

@@ -8,17 +8,7 @@ Returns 'X', 'O', or '?' for each empty point to indicate which player controls
Filled points of any color are indicated with '.'
In this example, white encircles some space in the top-left, black encircles some in the top-right, and between their routers is contested space in the center:
```js
[
"OO..?",
"OO.?.",
"O.?.X",
".?.XX",
"?..X#",
]
```
In this example, white encircles some space in the top-left, black encircles some in the top-right, and between their routers is contested space in the center: <pre lang="javascript"> \[ "OO..?", "OO.?.", "O.?.X", ".?.XX", "?..X\#", \] </pre>
**Signature:**