Skip to content

Commit

Permalink
Merge pull request #29 from DaKnig/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zkry authored Jan 6, 2024
2 parents 5517efb + 3ebed6c commit 6731d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asm-blox-puzzles.el
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ from 0 to the read number. (ex. 3->6, 4->10, 5->15)")))
:editor-text nil
:editor-point nil
:expected-text nil))
:description "Read the 10 numbers from N (n1, n2, ..., n40).
:description "Read the 10 numbers from N (n1, n2, ..., n10).
Send a number x which minimizes the equation
(cl-loop for n in N
sum (abs (- n x)))")))
Expand Down

0 comments on commit 6731d8e

Please sign in to comment.