changeset 1920:de5251816480

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Thu, 02 Mar 2017 13:12:01 +0300
parents dcfb4f3ac8a7
children ef3590465d67
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -1079,7 +1079,7 @@ ngx_rbtree_delete(&amp;root->rbtree, nod
 <section name="Hash" id="hash">
 
 <para>
-Hash table functions are are declared in <path>src/core/ngx_string.h</path>.
+Hash table functions are declared in <path>src/core/ngx_hash.h</path>.
 Exact and wildcard matching is supported.
 The latter requires extra setup and is described in a separate section below.
 </para>