Skip to content

Commit e8a1875

Browse files
author
Adam Cox
committed
Fixed typo and tweaked wording of Dependency Hells
1 parent a1aefcf commit e8a1875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/DependencyHells.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A package may have dependencies that are specified too strictly,
4141
which causes a package to lock that dependency to a particular version.
4242

4343
## Namespace Collision
44-
A package may have two or more dependencies may have the same name.
44+
A package may have two or more dependencies that have the same name.
4545
For example, a `Person` package depends on
4646
an `Addressable` package that defines a protocol
4747
for assigning a mailing address to a person,
@@ -51,7 +51,7 @@ A package may have two or more dependencies may have the same name.
5151

5252
## Broken Software
5353
A package may have a dependency with an outstanding bug
54-
that is impacting usability, security, performance.
54+
that is impacting usability, security, or performance.
5555
This may simply be a matter of timeliness on the part of the package maintainers,
5656
or a disagreement about their expectations for the package.
5757

0 commit comments

Comments
 (0)