Fixed typo in parse.md (#2968)

Changed a potential typo: "charater" -> "character"
pull/2976/head v3.10.1
mb0202 2021-08-24 02:08:02 -04:00 committed by GitHub
parent 34e2c4ab88
commit 7194245a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ super-linear complexity.
## Examples
??? example "Parsing from a charater array"
??? example "Parsing from a character array"
The example below demonstrates the `parse()` function reading from an array.