Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Feb 24, 2024
1 parent 6060596 commit c3d8e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_json_path/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{parser::parse_query_main, ParseError};
/// A parsed JSON Path query string
///
/// This type represents a valid, parsed JSON Path query string. Please refer to the
/// JSONPath ([RFC 9535][rfc]) for the details on what constitutes a valid JSON Path
/// JSONPath standard ([RFC 9535][rfc]) for the details on what constitutes a valid JSON Path
/// query.
///
/// # Usage
Expand Down

0 comments on commit c3d8e7e

Please sign in to comment.