Skip to content

Commit c931c03

Browse files
committed
add comment
1 parent 3bc75e8 commit c931c03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ast/mutate/commands/set/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ export const update = (
8383

8484
/**
8585
* Updates the value of an existing SET setting, or inserts a new SET header
86-
* command if the setting does not exist.
86+
* command if the setting does not exist. The new command is inserted as the last
87+
* command in the header.
8788
*
8889
* @param ast The root AST node.
8990
* @param settingName The name of the setting (e.g. "unmapped_fields").

0 commit comments

Comments
 (0)