wrong grammar: should never been --> should have never been

This commit is contained in:
Jin-Hwan Jeong 2015-07-08 16:55:23 +09:00
parent 48182db8cc
commit cbee9e5050
1 changed files with 1 additions and 1 deletions

2
run.go
View File

@ -21,7 +21,7 @@ func init() {
if err := factory.StartInitialization(); err != nil {
fatal(err)
}
panic("--this line should never been executed, congratulations--")
panic("--this line should have never been executed, congratulations--")
}
}