Skip to content

Commit d4b0e5e

Browse files
Fix incorrect reference to non-existent parameter in yaml_parse_file (#3351)
1 parent c5402f6 commit d4b0e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/yaml/functions/yaml-parse-file.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<refsect1 role="returnvalues">
7070
&reftitle.returnvalues;
7171
<para>
72-
Returns the value encoded in <parameter>input</parameter> in appropriate
72+
Returns the value encoded in <parameter>filename</parameter> in appropriate
7373
PHP type&return.falseforfailure;. If <parameter>pos</parameter> is <literal>-1</literal> an
7474
<type>array</type> will be returned with one entry for each document found
7575
in the stream.

0 commit comments

Comments
 (0)