diff --git a/doc/articles/wiki/index.html b/doc/articles/wiki/index.html
index f8144bbac33..4e3a5deab56 100644
--- a/doc/articles/wiki/index.html
+++ b/doc/articles/wiki/index.html
@@ -674,7 +674,7 @@ The closure returned by makeHandler
is a function that takes
an http.ResponseWriter
and http.Request
(in other
words, an http.HandlerFunc
).
The closure extracts the title
from the request path, and
-validates it with the TitleValidator
regexp. If the
+validates it with the validPath
regexp. If the
title
is invalid, an error will be written to the
ResponseWriter
using the http.NotFound
function.
If the title
is valid, the enclosed handler function