diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-06 11:59:03 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-06 11:59:03 -0600 |
commit | ee65db462676a6955778aeb2eec769ce5ef5b208 (patch) | |
tree | 53a71e47e34384b5316bb232f2cc9e1b02cca3a6 /chapter08 | |
parent | 7c263b6db0e67d2d76aa008c1cf861f61a417673 (diff) |
Fix a grammatical error (subject and verb must agree in number) and
improve English idiom.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gdbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 431987f52..80961a65d 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -24,7 +24,7 @@ <title/> <para>The GDBM package contains the GNU Database Manager. It is a library - of database functions that use extensible hashing and works similar to the + of database functions that uses extensible hashing and works like the standard UNIX dbm. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its data. </para> |