Skip to content

Commit

Permalink
Fix incorrect phrase in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Aug 9, 2024
1 parent 672d9b4 commit 92463c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/nset-exclusive-or.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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~@
Expand Down

0 comments on commit 92463c1

Please sign in to comment.