docs: clarify definition of newline

This commit is contained in:
Will Lillis 2025-08-28 13:31:25 -04:00 committed by GitHub
parent 99d8b58868
commit 340df02655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,10 @@ TSPoint ts_node_start_point(TSNode);
TSPoint ts_node_end_point(TSNode);
```
```admonish note
A *newline* is considered to be a single line feed (`\n`) character.
```
## Retrieving Nodes
Every tree has a _root node_: