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 b07b06e commit 1e70b7aCopy full SHA for 1e70b7a
parsing.go
@@ -230,7 +230,7 @@ func (p *Parser) parseFrame() bool {
230
panic("Found CustomData but not handled")
231
232
default:
233
- panic(fmt.Sprintf("Canny handle it anymoe (command %v unknown)", cmd))
+ panic(fmt.Sprintf("I haven't programmed that pathway yet (command %v unknown)", cmd))
234
}
235
236
// Queue up some post processing
0 commit comments