Skip to content

Commit

Permalink
fix(Readme): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGuesnon committed Nov 10, 2023
1 parent ab16fbb commit 21b66d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This crate is a json parser that will return span information for values, which

## Why use it ?

One of the main use case is to do validation after parsing. By having the line and col number, you can tell really precisely to user where a value is invalid
One of the main use case is to do validation after parsing. By having the line and col number, you can tell really precisely to a user where a value is invalid

## How to use it ?

The crate expose a `Value` that is similar to [serde](https://docs.rs/serde_json/latest/serde_json/value/enum.Value.html), and wraps everything into this struct:
The crate expose a [`Value`](https://docs.rs/spanned_json_parser/0.2.0/spanned_json_parser/value/enum.Value.html) that is similar to [serde](https://docs.rs/serde_json/latest/serde_json/value/enum.Value.html), and wraps everything into this struct:

```rust
pub struct Position {
Expand Down

0 comments on commit 21b66d9

Please sign in to comment.