Skip to content

Commit 2e5dbff

Browse files
committed
Fix a small typo.
1 parent 57c3c84 commit 2e5dbff

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)