Skip to content

Commit

Permalink
Fix module name typo
Browse files Browse the repository at this point in the history
Reported by Jens Thiele.
It has been overlooked since r7rs-setup creates a proper module
and populates it.
  • Loading branch information
shirok committed Dec 7, 2024
1 parent e80606f commit e897b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheme/time.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;
;; This is a cushion module to use R7RS (scheme time) from Gauche
;;
(define-module scheme.timen (use r7rs-setup))
(define-module scheme.time (use r7rs-setup))

0 comments on commit e897b84

Please sign in to comment.