# HG changeset patch # User Vladimir Homutov # Date 1488449521 -10800 # Node ID de5251816480aff9bcf56bb8ba9270c6a08bd717 # Parent dcfb4f3ac8a7cb836fe6dc635bb3d3e385bfb5f6 Fixed a typo. diff -r dcfb4f3ac8a7 -r de5251816480 xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Mar 01 14:06:46 2017 +0300 +++ b/xml/en/docs/dev/development_guide.xml Thu Mar 02 13:12:01 2017 +0300 @@ -1079,7 +1079,7 @@
-Hash table functions are are declared in src/core/ngx_string.h. +Hash table functions are declared in src/core/ngx_hash.h. Exact and wildcard matching is supported. The latter requires extra setup and is described in a separate section below.