comment edit

This commit is contained in:
姚鹏鸣 2017-08-03 19:15:32 +08:00
parent d96289a81b
commit 5a7a3da909
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ var (
)
// Tree has three elements: FixRouter/wildcard/leaves
// fixRouter sotres Fixed Router
// fixRouter stores Fixed Router
// wildcard stores params
// leaves store the endpoint information
type Tree struct {