guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 96676cb21a1440b1655517ca6e83f54d301142ce
parent 0e02b0b30405aa4e11c4159a1755d9ff8e5754fc
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date:   Sat, 15 Aug 2015 13:02:18 +0200

Fix a typo.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -147,7 +147,7 @@ The `set!` and `define-record-type` exports of the library conflict with the ones in `(scheme base)`, so either have to be renamed, or more typically, the ones from `(scheme base)` excluded. -Record types not defined with the `default-record-type` exported by +Record types not defined with the `define-record-type` exported by this library won't work with `ref` and `set!`.