From 5b1af84dbec4be96bee1da9c80c71791351566c8 Mon Sep 17 00:00:00 2001 From: Gregor Purdy Date: Thu, 21 Mar 2024 05:52:07 -0700 Subject: [PATCH] Typo fix 3 in 2024-03-15-FirstRelease.md --- saphyr/documents/2024-03-15-FirstRelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/documents/2024-03-15-FirstRelease.md b/saphyr/documents/2024-03-15-FirstRelease.md index 696712f..55d1d73 100644 --- a/saphyr/documents/2024-03-15-FirstRelease.md +++ b/saphyr/documents/2024-03-15-FirstRelease.md @@ -79,7 +79,7 @@ This release should improve over `yaml-rust` over 3 major points: * Performance: We all love fast software. I want to help you achieve it. I haven't managed to make this crate twice as fast, but you should notice a 15-20% improvement in performance. * Compliance: You may not notice it, since I didn't know most of the bugs I fixed were bugs to begin with, but this - crate should now be fully YAML-comliant. + crate should now be fully YAML-compliant. * Documentation: The documentation of `yaml-rust` is unfortunately incomplete. Documentation here is not exhaustive, but most items are documented. Notably, private items are documented, making it much easier to understand where something happens. There are also in-code comments that help figure out what is going on under the hood.