Skip to content

Commit c6fbe2e

Browse files
committed
tweak: 🔧 docs tab indent
1 parent 89ed33b commit c6fbe2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/stroke-data.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Specifically, it adopts the following structure:
1111
```go
1212
// Note: a number is a 64-bit floating-point number
1313

14-
TecackStrokes := [ { TecackStroke } ... ]
15-
TecackStroke := [ { Position } ... ]
16-
Position := X Y
17-
X := number
18-
Y := number
14+
TecackStrokes := [ { TecackStroke } ... ]
15+
TecackStroke := [ { Position } ... ]
16+
Position := X Y
17+
X := number
18+
you := number
1919

2020
```
2121

@@ -43,8 +43,8 @@ Datasets carry the following information:
4343
// Note: char is a character represented by a single UTF-16 code unit
4444

4545
TecackDataset := TargetChar TargetCharStrokeLength TecackStrokes
46-
TargetChar := char
47-
TargetCharStrokeLength := number
46+
TargetChar := char
47+
TargetCharStrokeLength := number
4848
```
4949

5050
::: details TypeScript

0 commit comments

Comments
 (0)