Skip to content

Commit 793fce6

Browse files
committed
forgot to fix this comment
1 parent 5fb396c commit 793fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yaml/yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func (e *Encoder) SetPadLineComments(padLineComments int) {
343343
yaml_emitter_set_pad_line_comments(&e.encoder.emitter, padLineComments)
344344
}
345345

346-
// SetCorrectAliasKeys changes the number of padding spaces before line comments.
346+
// SetCorrectAliasKeys enables alias key syntax correction.
347347
func (e *Encoder) SetCorrectAliasKeys(correctAliasKeys bool) {
348348
yaml_emitter_set_correct_alias_keys(&e.encoder.emitter, correctAliasKeys)
349349
}

0 commit comments

Comments
 (0)