Skip to content

Commit 07063bc

Browse files
author
Julien Bouquillon
authored
docs: Fix typo (#489)
1 parent a442e95 commit 07063bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07_parsing_yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const item = doc.value.items[0].value
307307
]
308308
}
309309

310-
YAML.resolveAsScalar(item)
310+
CST.resolveAsScalar(item)
311311
> { value: 'bar', type: 'QUOTE_DOUBLE', comment: 'comment', range: [5, 9, 19] }
312312
```
313313

0 commit comments

Comments
 (0)