Skip to content

Commit

Permalink
docs: fix typo in glibc config
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Dec 5, 2024
1 parent 38bd411 commit 6a08ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ For instance for packages that are a library and a CLI binary, some developers p
> ```toml
> [dist.min-glibc-version]
> # Override glibc version for specific target triplets
> aarch64-unknown-linux-gnu "2.19"
> aarch64-unknown-linux-gnu = "2.19"
> x86_64-unknown-linux-gnu = "2.18"
> # Override all remaining glibc versions.
> "*" = "2.17"
Expand Down

0 comments on commit 6a08ed8

Please sign in to comment.