We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce79660 commit f12209eCopy full SHA for f12209e
website/docs/reference/yaml-function-merging.mdx
@@ -39,7 +39,7 @@ Atmos handles this gracefully through **type-aware merging**:
39
40
1. YAML functions are recognized and wrapped in a special type during parsing
41
2. During merge, this allows YAML functions to replace concrete values (and vice versa) without type errors
42
-3. YAML functions are evaluated as the final step in stack processing, as they always have been
+3. YAML functions are evaluated as the final step in stack processing, as they have always been
43
44
This approach ensures that YAML functions can override static values throughout the inheritance chain.
45
0 commit comments