We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad46044 commit 3406b53Copy full SHA for 3406b53
src/libserialize/json.rs
@@ -1428,7 +1428,7 @@ pub struct Stack {
1428
///
1429
/// As an example, `StackElement::Key("foo")`, `StackElement::Key("bar")`,
1430
/// `StackElement::Index(3)`, and `StackElement::Key("x")` are the
1431
-/// StackElements compositing the stack that represents `foo.bar[3].x`.
+/// StackElements composing the stack that represents `foo.bar[3].x`.
1432
#[derive(PartialEq, Clone, Debug)]
1433
pub enum StackElement<'l> {
1434
Index(u32),
0 commit comments