Skip to content

Commit e64a3ba

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

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
@@ -296,7 +296,7 @@ When upgrading one dependency, you might need to upgrade another because you
296296
use it to interact with the first, like `clap` and `clap_complete`.
297297
The existing error messages are not great, along the lines of "expected `clap::Command`, found `clap::Command`".
298298
Ideally, you would be presented instead with a message saying "clap_complete
299-
3.4 is not compatiblw with clap 4.0, try upgrading to clap_complete 4.0".
299+
3.4 is not compatible with clap 4.0, try upgrading to clap_complete 4.0".
300300
Even better if we could help users do this upgrade automatically.
301301

302302
As solving this, via the resolver, has been the main sticking point for [RFC 1997],

0 commit comments

Comments
 (0)