corrected minor typo in docs.

master
Charles Iliya Krempeaux 2016-11-08 13:25:33 -08:00
parent 6033373817
commit 341f7e1e73
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ var (
// Compile takes an uncompiled pattern, in the form of a Go string (ex: "/users/{userId}/vehicles/{vehicleId}"),
// and returns a compiled pattern.
//
// The compiled pattern can the be used to test if a path matches the pattern it contains.
// The compiled pattern can then be used to test if a path matches the pattern it contains.
//
// If the uncompiled pattern has a syntax error, Compile returns an error.
//