Skip to content

Commit

Permalink
Update src/libserialize/json.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
tshepang and jonas-schievink committed May 2, 2020
1 parent ad46044 commit 3406b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserialize/json.rs
Expand Up @@ -1428,7 +1428,7 @@ pub struct Stack {
///
/// As an example, `StackElement::Key("foo")`, `StackElement::Key("bar")`,
/// `StackElement::Index(3)`, and `StackElement::Key("x")` are the
/// StackElements compositing the stack that represents `foo.bar[3].x`.
/// StackElements composing the stack that represents `foo.bar[3].x`.
#[derive(PartialEq, Clone, Debug)]
pub enum StackElement<'l> {
Index(u32),
Expand Down

0 comments on commit 3406b53

Please sign in to comment.