Skip to content

Commit 79f2e1e

Browse files
authored
Fix grammar
1 parent 2cb9dca commit 79f2e1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/libsolv-history.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ solving on Debian. Looking at the SAT entry in Wikipedia, it was easy
5353
to see that this indeed was the missing piece: SAT algorithms are well
5454
researched and there are quite some open source implementations.
5555
I decided to look at the minisat code, as it is one of the fastest
56-
solvers while consisting of too many lines of code.
56+
solvers while consisting of not too many lines of code.
5757

5858
Of course, directly using minisat would not work, as a package solver
5959
does not need to find just one correct solution, but it also has to
6060
optimize some metrics, i.e. keep as many packages installed as possible.
61-
Thus, I needed to write my own solver incorporation the ideas and
61+
Thus, I needed to write my own solver, incorporating the ideas and
6262
algorithms used in minisat. This wasn't very hard, and at the end of
6363
the hack week the solver calculated the first right solutions.
6464

0 commit comments

Comments
 (0)