diff options
Diffstat (limited to 'srfi/srfi-13.scm')
-rw-r--r-- | srfi/srfi-13.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-13.scm b/srfi/srfi-13.scm index 8fe674f1e..ba1ff6fc1 100644 --- a/srfi/srfi-13.scm +++ b/srfi/srfi-13.scm @@ -45,7 +45,7 @@ (begin-deprecated ;; Prevent `export' from re-exporting core bindings. This behaviour - ;; of `export' is deprecated and will disappear in one f the next + ;; of `export' is deprecated and will disappear in one of the next ;; releases. (define string->list #f) (define string-copy #f) |