From: Matt Birkholz Date: Thu, 25 Jul 2019 22:08:08 +0000 (-0500) Subject: gdbm: doco typo X-Git-Tag: mit-scheme-pucked-10.1.12~5 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=825bff8ee236626205ec6267f3bdff03181c53c7;p=mit-scheme.git gdbm: doco typo --- diff --git a/src/gdbm/gdbm.texi b/src/gdbm/gdbm.texi index 1079dc3f4..367574253 100644 --- a/src/gdbm/gdbm.texi +++ b/src/gdbm/gdbm.texi @@ -155,7 +155,7 @@ And several constants: @end example You can load these bindings into your global environment with the -following expresson. +following expression. @smallexample (load-option 'gdbm) @end smallexample