Skip to content

Commit 932d2db

Browse files
committed
Also fix an error in a comment in reweight.lisp
1 parent 06177c6 commit 932d2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/reweight.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
;; the contents of `targets' depend on the recommendation. it always
7676
;; includes the `source-root', and additionally
7777
;; - `AUGMENT': the `target-root'
78-
;; - `GRAFT': the barbell
78+
;; - `GRAFT': one end of the barbell
7979
;; - `EXPAND' or `CONTRACT': nothing
8080
(let ((targets (remove-duplicates (list source-root target-root)
8181
:test #'address=)))

0 commit comments

Comments
 (0)