Sync to latest prism

This commit is contained in:
Kevin Newton 2024-01-02 11:34:04 -05:00
parent a046d4efd2
commit 28ec79404a
No known key found for this signature in database
GPG Key ID: 0EAD74C79EC73F26

View File

@ -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);