Typo fix 2 in 2024-03-15-FirstRelease.md

This commit is contained in:
Gregor Purdy 2024-03-21 05:51:01 -07:00 committed by Ethiraric
parent f5cb266a43
commit a4ce3e9696

View file

@ -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`