Skip to content

Commit 0ad4b92

Browse files
epageehuss
andauthored
fix: typos
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 4896e9a commit 0ad4b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3516-public-private-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ crate `B` but some of the types from crate `B` are exposed through the API in cr
2929
- Brittle semver compatibility as `A` might not have intended to expose `B`,
3030
like when adding `impl From<B::error> for AError` for convenience in using `?` in the implementation of `A`.
3131
- When self-hosting documentation, you may want to render documentation for all of your public dependencies as well
32-
- When running `cargo doc`, users may way to render [documentation for their accessible dependencies](https://github.com/rust-lang/cargo/issues/2025) [without the cost of their inaccessible dependencies](https://github.com/rust-lang/cargo/issues/4049)
32+
- When running `cargo doc`, users may want to render [documentation for their accessible dependencies](https://github.com/rust-lang/cargo/issues/2025) [without the cost of their inaccessible dependencies](https://github.com/rust-lang/cargo/issues/4049)
3333
- When linting for semver compatibility [there isn't enough information to reason about dependencies](https://github.com/obi1kenobi/cargo-semver-checks/issues/121)
3434

3535
Related problems with this scenario not handled by this RFC:

0 commit comments

Comments
 (0)