[Docs] Fix typo in Chordal Hold example JSON, comma to colon. (#25424)
This commit is contained in:
parent
36636205dd
commit
b42191a2dd
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ either `"L"`, `"R"`, or `"*"`. Note that if `"layouts"` contains multiple
|
|||
layouts, only the first one is read. For example:
|
||||
|
||||
```json
|
||||
{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand", "*"},
|
||||
{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand": "*"},
|
||||
```
|
||||
|
||||
Alternatively, handedness may be defined functionally with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue