Merge pull request #393 from frwdrik/patch-1
Fix docstring of add-clause-before
This commit is contained in:
commit
fe17b51e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
(defn- add-clause-before
|
||||
"Low-level helper just to insert a new clause.
|
||||
|
||||
If the clause is already in the list, remove it."
|
||||
If the clause is already in the list, this moves it to the end."
|
||||
[order clause before]
|
||||
(let [clauses (set order)
|
||||
order (if (contains? clauses clause)
|
||||
|
|
|
|||
Loading…
Reference in a new issue