~project-mage/dev

Fix minor spelling mistake in a comment v1 SUPERSEDED

Eric S. Londres: 1
 Fix minor spelling mistake in a comment

 1 files changed, 1 insertions(+), 1 deletions(-)
Dmitrii Korobeinikov <some-mthfka@project-mage.org> writes:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~project-mage/dev/patches/39731/mbox | git am -3
Learn more about email & git

[PATCH] Fix minor spelling mistake in a comment Export this patch

kr-core/kr.lisp: "previously" was spelled incorrectly in a comment on
line 763
---
 kr-core/kr.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kr-core/kr.lisp b/kr-core/kr.lisp
index fd7e2b7..e2660f8 100644
--- a/kr-core/kr.lisp
+++ b/kr-core/kr.lisp
@@ -763,7 +763,7 @@ and ARGS as the rest."
          (*kr-send-slot* slot))
      (apply fn schema args))))

;; * Ξ schema creation (preivously `create-instance/schema')
;; * Ξ schema creation (previously `create-instance/schema')

(defun set-slots% (schema slots)
  (itr (for (name value) in slots)
-- 
2.40.0
"Eric S. Londres" <ericlondres@outlook.com> writes:

Hi, Eric!

Thanks for the patch (the first one here!), but I am afraid you are
looking at the old code.  The new code is on the new-kr branch.

https://git.sr.ht/~project-mage/fern.kr/log/new-kr

I will merge that branch with master in a just a few days, once I have
added several other features first.

Cheers!

Dmitrii