Fix line length in yaml.md

This commit is contained in:
Nathan Kolbas 2025-03-21 12:36:54 -05:00 committed by GitHub
parent 5f344b47fa
commit cd085e5da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,8 @@ bar:
<<: *base # base anchor will be merged <<: *base # base anchor will be merged
age: 20 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. # YAML also has tags, which you can use to explicitly declare types.
# Syntax: !![typeName] [value] # Syntax: !![typeName] [value]