Skip to content

Commit 115a992

Browse files
committed
fix docstring for appendo
1 parent 4e3f2a2 commit 115a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core/logic.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750

751751
(defne appendo
752752
"A relation where x, y, and z are proper collections,
753-
such that z is x appended to y"
753+
such that z is y appended to x"
754754
[x y z]
755755
([() _ y])
756756
([[a . d] _ [a . r]] (appendo d y r)))

0 commit comments

Comments
 (0)