Skip to content

Commit

Permalink
Fix two syntax errors in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Nov 8, 2024
1 parent bc55705 commit fe8fb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/design/command.layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ command layer. In its simplest form it would look like this:
layers = [
{ command = "a-command-with-no-arguments" },
{ command = ["a-command-with-arguments", "first-argument", "second argument"]},
}
]
```

In its more complex form, each command layer could have these optional fields:
Expand Down Expand Up @@ -111,7 +111,7 @@ We propose adding another new layer type: `container`. This is really a
layers = [
{ container = "container-1" },
{ container = "container-2", recursive = true },
}
]
```

In the first use, with out the `recursive` field set to `true`, it expands to
Expand Down

0 comments on commit fe8fb23

Please sign in to comment.