Skip to content

Commit a96ede9

Browse files
authored
doc: parseYaml is available since 0.18.0 (#1006)
Added with !899
1 parent d732fb4 commit a96ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_stdlib_gen/stdlib-content.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ local html = import 'html.libsonnet';
587587
},
588588
{
589589
name: 'parseYaml',
590-
availableSince: 'x.y.z',
590+
availableSince: '0.18.0',
591591
params: ['str'],
592592
description: |||
593593
Parses a YAML string. This is provided as a "best-effort" mechanism and should not be relied on to provide

0 commit comments

Comments
 (0)