We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae8bf commit a4ee19dCopy full SHA for a4ee19d
src/path/mod.rs
@@ -113,12 +113,12 @@ pub trait JsonLike:
113
/// Retrieves a mutable reference to the element at the specified path.
114
///
115
/// # Arguments
116
- /// * `path` - A json path to the element specified as a string.
117
- /// Not all elements are supported,
118
- /// namely supported only the elements with the direct access to the fields
119
- /// - root
120
- /// - field
121
- /// - index
+ /// * `path` - A json path to the element specified as a string.
+ /// Not all elements are supported,
+ /// namely supported only the elements with the direct access to the fields
+ /// - root
+ /// - field
+ /// - index
122
123
/// # Examples
124
0 commit comments