Skip to content

Commit 800ad33

Browse files
committed
Merge branch 'master' of github.com:maciejhirsz/json-rust into dev
2 parents e2be867 + a30ce13 commit 800ad33

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)