Skip to content
Snippets Groups Projects
Commit 5ed4f106 authored by Philipp Marek's avatar Philipp Marek
Browse files

Fix typo.

parent ca7f806e
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ share structure with it."
(defun shuffle (sequence &key (start 0) end)
"Returns a random permutation of SEQUENCE bounded by START and END.
Original sequece may be destructively modified, and share storage with
Original sequence may be destructively modified, and share storage with
the original one. Signals an error if SEQUENCE is not a proper
sequence."
(declare (type fixnum start)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment