From cd085e5da18bd0cf017276b7446ed202812fbcfb Mon Sep 17 00:00:00 2001 From: Nathan Kolbas Date: Fri, 21 Mar 2025 12:36:54 -0500 Subject: [PATCH] Fix line length in yaml.md --- yaml.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yaml.md b/yaml.md index ac45daa1..66ea216d 100644 --- a/yaml.md +++ b/yaml.md @@ -177,7 +177,8 @@ bar: <<: *base # base anchor will be merged age: 20 -# foo name won't be changed and it will be: John. On the other hand, bar's name will be changed to the base one: Everyone has same name +# foo name won't be changed and it will be: John. On the other hand, +# bar's name will be changed to the base one: Everyone has same name # YAML also has tags, which you can use to explicitly declare types. # Syntax: !![typeName] [value]