; * doc/lispref/parsing.texi (Accessing Node Information): Fix typo.

This commit is contained in:
Yuan Fu 2022-12-29 20:54:42 -08:00
parent 39265abf0c
commit dec1b37a32
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -968,7 +968,7 @@ Named nodes have ``types'' (@pxref{tree-sitter node type, node type}).
For example, a named node can be a @code{string_literal} node, where
@code{string_literal} is its type. The type of an anonymous node is
just the text that the node represents; e.g., the type of a @samp{,}
node 480is just @samp{,}.
node is just @samp{,}.
This function returns @var{node}'s type as a string.
@end defun