diff options
author | Andy Wingo <wingo@pobox.com> | 2010-06-19 15:40:25 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-06-19 15:40:25 +0200 |
commit | 23b4c817b1090dfbf6165fde71d0c34e2d973ada (patch) | |
tree | ffc591ed6eaf0f679eb353263275a0ba29e90a96 | |
parent | 0f8e69a44ecf322231a5e1e8f94c234db2f72b41 (diff) | |
download | guile-23b4c817b1090dfbf6165fde71d0c34e2d973ada.tar.gz |
typo in mutable-strings
* module/rnrs/mutable-strings.scm: Fix typo.
-rw-r--r-- | module/rnrs/mutable-strings.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/rnrs/mutable-strings.scm b/module/rnrs/mutable-strings.scm index 1eeb8f35c..b2b31029b 100644 --- a/module/rnrs/mutable-strings.scm +++ b/module/rnrs/mutable-strings.scm @@ -15,7 +15,8 @@ ;; You should have received a copy of the GNU Lesser General Public ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -^L + + (library (rnrs mutable-strings (6)) (export string-set! string-fill!) |