mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Sync to latest prism
This commit is contained in:
parent
a046d4efd2
commit
28ec79404a
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ PRISM_EXPORTED_FUNCTION const char * pm_token_type_to_str(pm_token_type_t token_
|
|||
* pm_buffer_t buffer = { 0 };
|
||||
*
|
||||
* pm_prettyprint(&buffer, &parser, root);
|
||||
* printf("*.s%\n", (int) buffer.length, buffer.value);
|
||||
* printf("%*.s\n", (int) buffer.length, buffer.value);
|
||||
*
|
||||
* pm_buffer_free(&buffer);
|
||||
* pm_node_destroy(&parser, root);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue