Improving column docs

This commit is contained in:
Mike Farah 2024-03-05 10:13:36 +11:00
parent 9adde1ac14
commit 706424a459
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
Column is the number of characters that precede that node on the line it starts.
## Returns column of _value_ node
Given a sample.yml file of:
```yaml

View File

@ -1,3 +1,5 @@
# Column
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
Column is the number of characters that precede that node on the line it starts.