Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jul 8, 2024
1 parent 702ca35 commit 572430b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//! [`Resolve`] and [`ResolveMut`] can be used directly or through the
//! [`resolve`](Pointer::resolve) and [`resolve_mut`](Pointer::resolve_mut)
//! methods on [`Pointer`] and [`PointerBuf`](crate::PointerBuf).
//!
//! ```rust
//! # use jsonptr::{Pointer, Resolve, ResolveMut};
//! # use serde_json::json;
Expand Down Expand Up @@ -532,7 +533,7 @@ mod tests {
}

#[test]
fn reolve_error_is_not_found() {
fn resolve_error_is_not_found() {
let err = ResolveError::FailedToParseIndex {
offset: 0,
source: ParseIndexError {
Expand Down

0 comments on commit 572430b

Please sign in to comment.