Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwenho committed Aug 23, 2024
1 parent ac11e61 commit 03674df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/medikanren2/neo/utils.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

(define (concept->name curie)
(let ((name (assoc "name" (curie->properties curie))))
(if name (cdr name) curie)))
(if name (cadr name) curie)))

(define (concept->category curie)
(let ((category (assoc "category" (curie->properties curie))))
Expand Down

0 comments on commit 03674df

Please sign in to comment.