Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Huss <[email protected]>
  • Loading branch information
epage and ehuss authored Nov 13, 2023
1 parent e64a3ba commit 111f539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3516-public-private-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Upon completion, it will look to see what instance of `clap_complete` was
resolved and act as if that was what was specified inside of the in-memory
`clap` dependency.

The packakge using `from` must be a public dependency of the `from` package.
The package using `from` must be a public dependency of the `from` package.
In this case, `clap` must be a public dependency of `clap_complete`.
If the different packages in `from` do not agree on what the package
version should resolve to (clap 3.4 vs clap 4.0), then it is an error.
Expand Down

0 comments on commit 111f539

Please sign in to comment.