comparison xml/en/docs/dev/development_guide.xml @ 1920:de5251816480

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Thu, 02 Mar 2017 13:12:01 +0300
parents dcfb4f3ac8a7
children 2c14a16c61eb
comparison
equal deleted inserted replaced
1919:dcfb4f3ac8a7 1920:de5251816480
1077 </section> 1077 </section>
1078 1078
1079 <section name="Hash" id="hash"> 1079 <section name="Hash" id="hash">
1080 1080
1081 <para> 1081 <para>
1082 Hash table functions are are declared in <path>src/core/ngx_string.h</path>. 1082 Hash table functions are declared in <path>src/core/ngx_hash.h</path>.
1083 Exact and wildcard matching is supported. 1083 Exact and wildcard matching is supported.
1084 The latter requires extra setup and is described in a separate section below. 1084 The latter requires extra setup and is described in a separate section below.
1085 </para> 1085 </para>
1086 1086
1087 <para> 1087 <para>