浏览代码

Fix typo in comment

Nils Adermann 13 年之前
父节点
当前提交
16a51daac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/DependencyResolver/RuleWatchGraph.php

+ 1 - 1
src/Composer/DependencyResolver/RuleWatchGraph.php

@@ -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>