Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Dec 25, 2024
1 parent a5564e4 commit f9c176c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ not a specific _version_ of `foo`, but rather _a set of versions_ (a version con
these versions might not had existed when you wrote `foo = "1.2.3"` line!

As an author of a library, you can't actually pick your dependencies exactly. Instead, the final
application that uses your library is in charger of picking specific dependencies, including those
application that uses your library is in charge of picking specific dependencies, including those
for your library. In particular, if that application depends on some other library which says `foo =
"1.3.0"`, then _your_ library gets at least `1.3.0` as well, although you've written `1.2.3`.

Expand Down

0 comments on commit f9c176c

Please sign in to comment.