Skip to content

Commit 2399397

Browse files
docs: fix numeric parse result (#139)
1 parent b143c3a commit 2399397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ root.walkNumerics((node) => nodes.push(node));
6565
// ...
6666
// },
6767
// Numeric {
68-
// value: '3s',
68+
// value: '3',
6969
// type: 'numeric',
7070
// unit: 'pt',
7171
// ...

0 commit comments

Comments
 (0)