Skip to content

Commit

Permalink
docs: Update README and commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Jan 21, 2023
1 parent dca5cf3 commit 088f263
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 288 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
((string-match "^(\\_<\\(nth\\)\\_>" str)
(cons
(cons (match-beginning 1) (match-end 1))
;; This function permutate arguments on lisp.
;; This function permutate arguments on Lisp.
(grugru-utils-lisp-exchange-args
(replace-match "aref" nil nil str 1)
'(2 1))))
Expand Down
Loading

0 comments on commit 088f263

Please sign in to comment.