Skip to content

Commit

Permalink
refacotr: spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Oct 13, 2020
1 parent 3766763 commit f19407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elton.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (e *Elton) Handle(method, path string, handlerList ...Handler) *Elton {
index := -1
var traceInfos TraceInfos
if e.EnableTrace {
// TODO 复用tracInfos
// TODO 复用traceInfos
traceInfos = make(TraceInfos, 0, maxNext)
}
c.Next = func() error {
Expand Down

0 comments on commit f19407e

Please sign in to comment.