Skip to content

Commit a30ce13

Browse files
authored
Merge pull request #31 from zummenix/fix-small-typo
Fix a small typo.
2 parents 57c3c84 + 2e5dbff commit a30ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ impl Index<usize> for JsonValue {
432432
}
433433
}
434434

435-
/// Implements mutable indexing by `usie` to easily modify array members:
435+
/// Implements mutable indexing by `usize` to easily modify array members:
436436
///
437437
/// ```
438438
/// # #[macro_use]

0 commit comments

Comments
 (0)