You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content.en/docs/reference/parser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Parses the content of the given `std::istream&`.
90
90
91
91
Open a stream in binary mode by passing `std::ios::binary` to avoid inconsistency between the file size and the number of characters due to automatic conversion of newline characters by the standard library.
92
92
93
-
The filename information is taken as the third argument. If the filename is not provided, it defaults to `"unknown file"`.
93
+
The filename information is taken as the second argument. If the filename is not provided, it defaults to `"unknown file"`.
0 commit comments