1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Fix typo.

This commit is contained in:
Neil Jerram 2006-09-25 20:37:23 +00:00
parent 49dec04b6a
commit 534cd14868

2
NEWS
View file

@ -28,7 +28,7 @@ Changes in 1.8.1 (since 1.8.0):
* Changes to Scheme functions and syntax
** A one-dimenisonal array can now be 'equal?' to a vector.
** A one-dimensional array can now be 'equal?' to a vector.
** Structures, records, and SRFI-9 records can now be compared with `equal?'.
** SRFI-14 standard char sets are now recomputed upon successful `setlocale'.