Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yijie Qin <qinyijie@amazon.com>
  • Loading branch information
qinxx108 committed May 31, 2023
1 parent 74a4ccd commit 0e73ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dispatch/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ func (r *Route) Key() string {
return b.String()
}

// ID returns a key for the route. It should uniquely identify the route in general.
// ID returns a key for the route. It should uniquely identify the route in general,
// it is different than Key() as it adds the route's position on its parent's children.
func (r *Route) ID() string {
b := strings.Builder{}

Expand Down

0 comments on commit 0e73ece

Please sign in to comment.