diff options
Diffstat (limited to 'module/srfi/srfi-37.scm')
-rw-r--r-- | module/srfi/srfi-37.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-37.scm b/module/srfi/srfi-37.scm index c34b0d083..9b57ac1c2 100644 --- a/module/srfi/srfi-37.scm +++ b/module/srfi/srfi-37.scm @@ -84,7 +84,7 @@ (define (build-options-lookup options) "Answer an `equal?' Guile hash-table that maps OPTIONS' names back -to the containing options, signalling an error if a name is +to the containing options, signaling an error if a name is encountered more than once." (let ((lookup (make-hash-table (* 2 (length options))))) (for-each |