Skip to content

Commit c449309

Browse files
authored
Fix incorrect comment in example (#4465)
1 parent d203575 commit c449309

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/configuration/data-model.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ export STRING_VALUE="value"
159159
export BOOL_VALUE="true"
160160
export INT_VALUE="1"
161161
export FLOAT_VALUE="1.1"
162-
export HEX_VALUE="0xdeadbeef" # A valid integer value (i.e. 3735928559) written in hexadecimal
163-
export INVALID_MAP_VALUE="value\nkey:value" # An invalid attempt to inject a map key into the YAML
164-
export DO_NOT_REPLACE_ME="Never use this value" # An unused environment variable
165-
export REPLACE_ME='${DO_NOT_REPLACE_ME}' # A valid replacement text, used verbatim, not replaced with "Never use this value"
166-
export VALUE_WITH_ESCAPE='value$$' # A valid replacement text, used verbatim, not replaced with "Never use this value"
162+
export HEX_VALUE="0xdeadbeef" # A valid integer value (i.e. 3735928559) written in hexadecimal
163+
export INVALID_MAP_VALUE="value\nkey:value" # An invalid attempt to inject a map key into the YAML
164+
export DO_NOT_REPLACE_ME="Never use this value" # An unused environment variable
165+
export REPLACE_ME='${DO_NOT_REPLACE_ME}' # A valid replacement text, used verbatim, not replaced with "Never use this value"
166+
export VALUE_WITH_ESCAPE='value$$' # A valid variable substituted without escaping
167167
```
168168

169169
| YAML - input | YAML - post substitution | Resolved Tag URI | Notes |

0 commit comments

Comments
 (0)