typo in docstring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user