summaryrefslogtreecommitdiff
path: root/manual/search.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-05-28 22:59:39 +0000
committerRoland McGrath <roland@gnu.org>1993-05-28 22:59:39 +0000
commit27d8f67ca3a4ea0d8de1829fbd1b843e6d9bafcc (patch)
tree4b997054e1544dd2eb0331b4148bfd97f78afbbe /manual/search.texi
parent688bda481eb77b9ff3dfb18bdb2d67cc0ba67452 (diff)
Misc cleanups, mostly typos.
Diffstat (limited to 'manual/search.texi')
-rw-r--r--manual/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/search.texi b/manual/search.texi
index 23c35db291..3ffcb4bad2 100644
--- a/manual/search.texi
+++ b/manual/search.texi
@@ -89,7 +89,7 @@ pointer if no match is found. If the array contains more than one element
that matches, the one that is returned is unspecified.
This function derives its name from the fact that it is implemented
-using the binary search.
+using the binary search algorithm.
@end deftypefun
@node Array Sort Function, Search/Sort Example, Array Search Function, Searching and Sorting