We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc75e8 commit c931c03Copy full SHA for c931c03
1 file changed
src/ast/mutate/commands/set/index.ts
@@ -83,7 +83,8 @@ export const update = (
83
84
/**
85
* Updates the value of an existing SET setting, or inserts a new SET header
86
- * command if the setting does not exist.
+ * command if the setting does not exist. The new command is inserted as the last
87
+ * command in the header.
88
*
89
* @param ast The root AST node.
90
* @param settingName The name of the setting (e.g. "unmapped_fields").
0 commit comments