We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29716c commit bcb0f54Copy full SHA for bcb0f54
pkg/translate/output.go
@@ -109,7 +109,7 @@ func writeSwitch(wr io.Writer, v *common.Vertex) error {
109
}
110
111
// compress finds contiguos numerical suffixes in names and presents then as ranges.
112
-// example: ["eos0507", "eos0509", "eos0508"] -> ["eos0[507-509]
+// example: ["eos0507", "eos0509", "eos0508"] -> ["eos0[507-509"]
113
func compress(input []string) []string {
114
ret := []string{}
115
keys := []string{}
0 commit comments