1
Fork 0

Inst' -> isn't.

This commit is contained in:
Bauke 2023-01-06 14:11:26 +01:00
parent 5f292fedcc
commit cc51e71b06
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

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