We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69561 commit c664a57Copy full SHA for c664a57
stdlib/TOML/docs/src/index.md
@@ -36,7 +36,7 @@ none:1:16 error: failed to parse value
36
```
37
38
There are other versions of the parse functions ([`TOML.tryparse`](@ref)
39
-and [`TOML.tryparsefile`]) that instead of throwing exceptions on parser error
+and [`TOML.tryparsefile`](@ref)) that instead of throwing exceptions on parser error
40
returns a [`TOML.ParserError`](@ref) with information:
41
42
```jldoctest
0 commit comments