From 15049196e03fa2f4157302254d9b04a82d215619 Mon Sep 17 00:00:00 2001 From: Gregor Purdy Date: Thu, 21 Mar 2024 05:48:47 -0700 Subject: [PATCH] Typo fix --- 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 519a50d..18bd942 100644 --- a/saphyr/documents/2024-03-15-FirstRelease.md +++ b/saphyr/documents/2024-03-15-FirstRelease.md @@ -55,7 +55,7 @@ Here is in the end the performance breakdown: ![Comparison of the performance between `yaml-rust`, `yaml-rust2` and the C `libfyaml`. `yaml-rust2` is faster in every test than `yaml-rust`, but `libfyaml` remains faster overall.](./img/benchmarks-v0.6.svg) -Here is a shot description of what the files contain: +Here is a short description of what the files contain: * `big`: A large array of records with few fields. One of the fields is a description, a large text block scalar spanning multiple lines. Most of the scanning happens in block scalars.