Skip to content

Commit 4e4d149

Browse files
authored
Merge pull request #287 from evanwporter/patch-1
`third` arg -> `second` arg in `parser.md/istream parse`
2 parents 8594d21 + 44b8267 commit 4e4d149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content.en/docs/reference/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Parses the content of the given `std::istream&`.
9090

9191
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.
9292

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"`.
9494

9595
### `parse(FILE*, std::string filename, toml::spec)`
9696

0 commit comments

Comments
 (0)