Skip to content

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangliding authored Oct 5, 2024
1 parent 1e771ec commit 0ed0408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/conf/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (r *Int32Range) ensureOrder() {
}
}

// "-114-514" → ["114","-514"]
// "-114-514" → ["-114","514"]
// "-1919--810" → ["-1919","-810"]
func splitFromSecondDash(s string) []string {
parts := strings.SplitN(s, "-", 3)
Expand Down

0 comments on commit 0ed0408

Please sign in to comment.