From f5cb266a437d6e5fcb6b15590e0f4adb329c34c7 Mon Sep 17 00:00:00 2001 From: Gregor Purdy Date: Thu, 21 Mar 2024 05:48:47 -0700 Subject: [PATCH] Typo fix --- parser/documents/2024-03-15-FirstRelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/documents/2024-03-15-FirstRelease.md b/parser/documents/2024-03-15-FirstRelease.md index 519a50d..18bd942 100644 --- a/parser/documents/2024-03-15-FirstRelease.md +++ b/parser/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.