Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 14, 2021
1 parent 5777c81 commit ea483e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/error_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The `Err<E>` enum expresses 3 conditions for a parser error:

## Common error types

### the default error type: nom::error::Error<I>
### the default error type: nom::error::Error

```rust
#[derive(Debug, PartialEq)]
Expand Down Expand Up @@ -120,7 +120,7 @@ println!(
);
```

### getting more information: nom::error::VerboseError<I>
### getting more information: nom::error::VerboseError

The `VerboseError<I>` type accumulates more information about the chain of
parsers that encountered an error:
Expand Down

0 comments on commit ea483e5

Please sign in to comment.