From 92463c11a0b9154854b49b83172f71817a3e9d76 Mon Sep 17 00:00:00 2001 From: Robert Strandh Date: Fri, 9 Aug 2024 15:06:57 +0200 Subject: [PATCH] Fix incorrect phrase in documentation. --- Code/nset-exclusive-or.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/nset-exclusive-or.lisp b/Code/nset-exclusive-or.lisp index 5c229be..f93bb1f 100644 --- a/Code/nset-exclusive-or.lisp +++ b/Code/nset-exclusive-or.lisp @@ -88,7 +88,7 @@ ~@ This function may modify either LIST-1 or LIST-1 or both~@ in that elements may be removed or added. The original~@ - value of LIST-1 should not be used after a call to this~@ + values of the lists should not be used after a call to this~@ function. ~@ The order of the elements in teh return value of this~@