From ee65db462676a6955778aeb2eec769ce5ef5b208 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Tue, 6 Dec 2022 11:59:03 -0600 Subject: Fix a grammatical error (subject and verb must agree in number) and improve English idiom. --- chapter08/gdbm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') 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 @@ <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> -- cgit v1.2.3-54-g00ecf