summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2024-03-07 12:17:45 -1000
committerShiro Kawai <shiro@acm.org>2024-03-07 12:17:45 -1000
commitbafad9d0249a30ce40b9a8a3d62cdb8513b3932b (patch)
tree49ad4dcc4c9cef2bd657daf862ba86fad197a6d7
parent88ef6de9800ea48e3622464f0ddde957d1d637e3 (diff)
Doc typo fixHEADmaster
https://github.com/shirok/Gauche/issues/995
-rw-r--r--doc/corelib.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/corelib.texi b/doc/corelib.texi
index 17f707243..cd7314d00 100644
--- a/doc/corelib.texi
+++ b/doc/corelib.texi
@@ -15893,7 +15893,7 @@ R7RS版は、効率を除けば次のとおり動作します。
@defun hash-table-update!/default ht key updater default
[R7RS hash-table]
@c EN
-This is the same as Gauche's @code{hash-table-default!}, except that
+This is the same as Gauche's @code{hash-table-update!}, except that
the default value can't be omitted.
@c JP
これは@var{default}が省略できないことを除けば、