Skip to content

Commit c664a57

Browse files
authored
Fix link in TOML docs (#50715)
1 parent 5c69561 commit c664a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/TOML/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ none:1:16 error: failed to parse value
3636
```
3737

3838
There are other versions of the parse functions ([`TOML.tryparse`](@ref)
39-
and [`TOML.tryparsefile`]) that instead of throwing exceptions on parser error
39+
and [`TOML.tryparsefile`](@ref)) that instead of throwing exceptions on parser error
4040
returns a [`TOML.ParserError`](@ref) with information:
4141

4242
```jldoctest

0 commit comments

Comments
 (0)