Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 23, 2024
1 parent 9ec3834 commit 751589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radix/trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ type KVPair map[string]string
// we can re-interpret its meaning dynamically without extras
// costs.
//
// And the benefits are not only replaceing the delimiter
// And the benefits are not only replacing the delimiter
// dynamically: splitting a path by a delimiter or joining
// the segements splitted into from path are both unnecessary, in
// a conventional designing and implementing mode.
Expand Down

0 comments on commit 751589e

Please sign in to comment.