Skip to content

Commit 5b7a4c8

Browse files
committed
Fix doc typo in monch_io/src/path.rs
1 parent 0ea1970 commit 5b7a4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monch_io/src/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ impl DataPath {
1010
/// Parse a `jq`-like string path, in the form `outer.inner.1`.
1111
///
1212
/// Works by converting each `.`-separated path segment into either a CBOR
13-
/// [`Integer`](cborium::Integer), or a String key.
13+
/// [`Integer`](ciborium::value::Integer), or a String key.
1414
pub fn parse(path: &str) -> DataPath {
1515
let parsed_parts = path
1616
.split('.')

0 commit comments

Comments
 (0)