typo in docstring

This commit is contained in:
2025-04-25 23:07:56 -04:00
parent 0d78812870
commit 78268d78da

View File

@@ -35,7 +35,7 @@ MOVES represents the number of moves in the list."
(defun cube-build-scramble (moves)
"Generate a list of random moves for a 3x3 Rubik's cube
MOVES os the number of moves to generate. The algorithm will not
MOVES is the number of moves to generate. The algorithm will not
generate a sequence that moves the same face twice in a row."
(let (result last-face)
(while (> moves 0)