[logaling-commit] logaling/logalimacs [master] Fix typos (j -> i)

Zurück zum Archiv-Index

Yuta Yamada null+****@clear*****
Thu Aug 23 15:47:57 JST 2012


Yuta Yamada	2012-08-23 15:47:57 +0900 (Thu, 23 Aug 2012)

  New Revision: 08ce5c229d4fb037b841396240541fd21580dba0
  https://github.com/logaling/logalimacs/commit/08ce5c229d4fb037b841396240541fd21580dba0

  Log:
    Fix typos (j -> i)

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-08-23 15:46:42 +0900 (4bc94b9)
+++ logalimacs.el    2012-08-23 15:47:57 +0900 (6642ab7)
@@ -210,8 +210,8 @@ Example:
   (loop with command = (loga-from-symbol-to-string command)
         with prefix = (char-to-string command-prefix)
         with rest = '()
-        for j from 1 upto (1- (length command))
-        collect (char-to-string (aref command j)) into rest
+        for i from 1 upto (1- (length command))
+        collect (char-to-string (aref command i)) into rest
         finally return (concat prefix ")"
                                (mapconcat 'identity rest ""))))
 
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Zurück zum Archiv-Index