From fe8fb232d15a77d9904cf9a7ef57236b386c92b6 Mon Sep 17 00:00:00 2001 From: Neal Fachan Date: Fri, 8 Nov 2024 15:29:57 -0800 Subject: [PATCH] Fix two syntax errors in examples. --- doc/design/command.layers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/command.layers.md b/doc/design/command.layers.md index d4bc60c7..a6bb0b02 100644 --- a/doc/design/command.layers.md +++ b/doc/design/command.layers.md @@ -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: @@ -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