1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 16:20:39 +02:00

Fix api-diff.scm typo

* module/scripts/api-diff.scm (get): Fix typo introduced by my
refactoring.
This commit is contained in:
Andy Wingo 2025-06-16 11:45:52 +02:00
parent 4b96e2509e
commit 6190b5a02f

View file

@ -55,7 +55,7 @@
(lambda () (read))))
(define put set-object-property!)
(define get yobject-property)
(define get object-property)
(define (read-api-alist-file file)
(let* ((alist (read-alist-file file))