Skip to content

Commit 3fa62fd

Browse files
committed
Add ellipsis to collapse_no_versions example
1 parent 14e7a14 commit 3fa62fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pubgrub_crate/solution.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ So instead of seeing things like this in the report:
5252
Because there is no version of foo in 1.0.1 <= v < 2.0.0
5353
and foo 1.0.0 depends on bar 2.0.0 <= v < 3.0.0,
5454
foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0 <= v < 3.0.0.
55+
...
5556
```
5657

57-
you may have directly:
58+
You will directly see something like:
5859

5960
```txt
60-
foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0 <= v < 3.0.0.
61+
Because foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0,
62+
...
6163
```

0 commit comments

Comments
 (0)