diff --git a/documents/2024-03-15-FirstRelease.md b/documents/2024-03-15-FirstRelease.md index 18bd942..696712f 100644 --- a/documents/2024-03-15-FirstRelease.md +++ b/documents/2024-03-15-FirstRelease.md @@ -70,7 +70,7 @@ I'd like to end this section with a small disclaimer: I am not a benchmark exper of files that would highlight how the parser performs when stressed different ways. I invite you to take a look at [the code generating the YAML files](https://github.com/Ethiraric/yaml-rust2/tree/master/tools/gen_large_yaml) and, if you are more knowledgeable than I am, improve upon them. `yaml-rust2` performs better with these files because those are the -ones I could work with. If you find a fil with which `yaml-rust2` is slower than `yaml-rust`, do file an issue! +ones I could work with. If you find a file with which `yaml-rust2` is slower than `yaml-rust`, do file an issue! ## This release ### Improvements from `yaml-rust`