Skip to content

Commit a4ee19d

Browse files
committed
correct docs
1 parent 25ae8bf commit a4ee19d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/path/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ pub trait JsonLike:
113113
/// Retrieves a mutable reference to the element at the specified path.
114114
///
115115
/// # 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
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
122122
///
123123
/// # Examples
124124
///

0 commit comments

Comments
 (0)