1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

typo in mutable-strings

* module/rnrs/mutable-strings.scm: Fix typo.
This commit is contained in:
Andy Wingo 2010-06-19 15:40:25 +02:00
parent 0f8e69a44e
commit 23b4c817b1

View file

@ -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!)