Skip to content

Commit

Permalink
Fix link in TOML docs (#50715)
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio authored Jul 29, 2023
1 parent 5c69561 commit c664a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/TOML/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ none:1:16 error: failed to parse value
```

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

```jldoctest
Expand Down

0 comments on commit c664a57

Please sign in to comment.