Skip to content

Commit

Permalink
docs: Fix typo (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 5, 2023
1 parent a442e95 commit 07063bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07_parsing_yaml.md
Expand Up @@ -307,7 +307,7 @@ const item = doc.value.items[0].value
]
}

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

Expand Down

1 comment on commit 07063bc

@douglasduteil
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 @revolunet

Please sign in to comment.