mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix typo in comment
This commit is contained in:
parent
d3cec0399a
commit
16a51daac8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Composer\DependencyResolver;
|
|||
*
|
||||
* All rules generated for solving a SAT problem should be inserted into the
|
||||
* graph. When a decision on a literal is made, the graph can be used to
|
||||
* propagate the decision to all other rules involving the rule, leading to
|
||||
* propagate the decision to all other rules involving the literal, leading to
|
||||
* other trivial decisions resulting from unit clauses.
|
||||
*
|
||||
* @author Nils Adermann <naderman@naderman.de>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue