Skip to content

Commit

Permalink
Update src/resolve.rs
Browse files Browse the repository at this point in the history
Co-authored-by: André Mello <3285133+asmello@users.noreply.github.com>
  • Loading branch information
chanced and asmello authored Jul 8, 2024
1 parent 03b0a7f commit f7629e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//! [`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;
//! # use jsonptr::{Pointer, Resolve, ResolveMut};
//! # use serde_json::json;
//!
//! let ptr = Pointer::from_static("/foo/1");
//! let mut data = json!({"foo": ["bar", "baz"]});
Expand Down

0 comments on commit f7629e4

Please sign in to comment.