Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in documentation #50

Open
2 tasks
foresterre opened this issue Sep 24, 2021 · 0 comments
Open
2 tasks

typo in documentation #50

foresterre opened this issue Sep 24, 2021 · 0 comments
Labels

Comments

@foresterre
Copy link
Owner

At https://docs.rs/rust-releases/0.16.0/rust_releases/#using-rust-releases
At Example using rust-releases + implemented source(s) as feature
Mistakenly, the last s in rust-releases-$RUST_RELEASES_SOURCE is missing

given:

features = ["rust-release-$RUST_RELEASES_SOURCE"]

should be:

features = ["rust-releases-$RUST_RELEASES_SOURCE"]

Same for example.

TODO:

  • Fix typo in explanation
  • Fix typo in example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant