We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ed33b commit c6fbe2eCopy full SHA for c6fbe2e
docs/reference/stroke-data.md
@@ -11,11 +11,11 @@ Specifically, it adopts the following structure:
11
```go
12
// Note: a number is a 64-bit floating-point number
13
14
-TecackStrokes := [ { TecackStroke } ... ]
15
-TecackStroke := [ { Position } ... ]
16
-Position := X Y
17
-X := number
18
-Y := number
+TecackStrokes := [ { TecackStroke } ... ]
+TecackStroke := [ { Position } ... ]
+Position := X Y
+X := number
+you := number
19
20
```
21
@@ -43,8 +43,8 @@ Datasets carry the following information:
43
// Note: char is a character represented by a single UTF-16 code unit
44
45
TecackDataset := TargetChar TargetCharStrokeLength TecackStrokes
46
-TargetChar := char
47
-TargetCharStrokeLength := number
+TargetChar := char
+TargetCharStrokeLength := number
48
49
50
::: details TypeScript
0 commit comments