Skip to content

Commit 17e5aa7

Browse files
committed
Add some missing non-breaking spaces
1 parent f268cfe commit 17e5aa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/solver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ a term `t` and a set of terms `S`, we have the following identities:
120120
An incompatibility is a set of terms that are not *all* allowed to be true. A
121121
given set of package versions can only be valid according to an incompatibility
122122
if at least one of the incompatibility's terms is false for that solution. For
123-
example, the incompatibility `{foo ^1.0.0, bar ^2.0.0}` indicates that
124-
`foo ^1.0.0` is incompatible with `bar ^2.0.0`, so a solution that contains
125-
`foo 1.1.0` and `bar 2.0.2` would be invalid. Incompatibilities are
123+
example, the incompatibility `{foo ^1.0.0, bar ^2.0.0}` indicates that
124+
`foo ^1.0.0` is incompatible with `bar ^2.0.0`, so a solution that contains
125+
`foo 1.1.0` and `bar 2.0.2` would be invalid. Incompatibilities are
126126
*context-independent*, meaning that their terms are mutually incompatible
127127
regardless of which versions are selected at any given point in time.
128128

0 commit comments

Comments
 (0)