update chapter_02.rst: fix typo

fixed issue https://github.com/taobao/nginx-book/issues/366
This commit is contained in:
Xiaochen Wang 2015-10-26 14:21:16 +08:00
parent 8875807cf4
commit 61058bce6a
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ nginx为了处理带有通配符的域名的匹配问题实现了ngx_hash_wil
void *ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
该函数查询包含通配符在末尾的key的hash表的。
参数及返回值请参上个函数的说明。
参数及返回值请参上个函数的说明。
ngx_hash_combined_t(100%)