Skip to content

Commit 1a0884d

Browse files
committed
docs: update docstring
1 parent 1792c6c commit 1a0884d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/yaml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const readFileType = new yaml.Type("!readFile", {
214214
});
215215

216216
/**
217-
* !join YAML tag for joining strings.
217+
* !concatString YAML tag for concatenating strings.
218218
* See the tests for example usage.
219219
*/
220220
export const concatStringType = new yaml.Type("!concatString", {

0 commit comments

Comments
 (0)