From cc51e71b065e9234f5533b94bb4707bfcd5d2fa8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 6 Jan 2023 14:11:26 +0100 Subject: [PATCH] Inst' -> isn't. --- source/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib.rs b/source/lib.rs index 75c3caa..8f15226 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -27,7 +27,7 @@ return the remaining contents of the string. This function will return an [`Err`] when: - the data doesn't have a frontmatter section, -- the frontmatter isnt' at the beginning of the data. +- the frontmatter isn't at the beginning of the data. ## Example