Skip to content

Commit 3406b53

Browse files
Update src/libserialize/json.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent ad46044 commit 3406b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ pub struct Stack {
14281428
///
14291429
/// As an example, `StackElement::Key("foo")`, `StackElement::Key("bar")`,
14301430
/// `StackElement::Index(3)`, and `StackElement::Key("x")` are the
1431-
/// StackElements compositing the stack that represents `foo.bar[3].x`.
1431+
/// StackElements composing the stack that represents `foo.bar[3].x`.
14321432
#[derive(PartialEq, Clone, Debug)]
14331433
pub enum StackElement<'l> {
14341434
Index(u32),

0 commit comments

Comments
 (0)