Skip to content

Commit 2ef7e50

Browse files
doc: fix doc for manifestTomlEx to specify the correct argument name
1 parent b3f1e52 commit 2ef7e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/_stdlib_gen/stdlib-content.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ local exampleDocMultiline(mid, ex) =
10861086
},
10871087
{
10881088
name: 'manifestTomlEx',
1089-
params: ['toml', 'indent'],
1089+
params: ['value', 'indent'],
10901090
availableSince: '0.18.0',
10911091
description: |||
10921092
Convert the given object to a TOML form. <code>indent</code> is a string containing

0 commit comments

Comments
 (0)