From: Arthur A. Gleckler Date: Sat, 27 Aug 2011 18:40:34 +0000 (-0700) Subject: Fixed typos in the reference manual in warnings about future changes X-Git-Tag: release-9.2.0~347^2^2~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=00dfb33d691b6941648e4aa3682a0c2fcea4eb59;p=mit-scheme.git Fixed typos in the reference manual in warnings about future changes to the semantics of hash table creation functions. --- diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index ff3813930..25a20d8b8 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -430,7 +430,7 @@ weakly. @findex eq? This is an alias for @code{make-weak-eq-hash-table}. -@strong{Warning}: This become an alias +@strong{Warning}: This will become an alias for @code{make-strong-eq-hash-table} instead. We recommend that you use @code{make-weak-eq-hash-table} explicitly for weak hash tables. @end deffn @@ -455,7 +455,7 @@ are held strongly. @findex eqv? This is an alias for @code{make-weak-eqv-hash-table}. -@strong{Warning}: This become an alias for +@strong{Warning}: This will become an alias for @code{make-strong-eqv-hash-table} instead. We recommend that you use @code{make-weak-eqv-hash-table} explicitly for weak hash tables. @end deffn