fix: grammar mistakes
This commit is contained in:
committed by
Inanc Gumus
parent
9806e01284
commit
06891c57fc
@ -17,7 +17,7 @@ func main() {
|
||||
// underscore is allowed but not recommended
|
||||
var _speed int
|
||||
|
||||
// unicode letters are allowed
|
||||
// Unicode letters are allowed
|
||||
var 速度 int
|
||||
|
||||
// keep the compiler happy
|
||||
|
Reference in New Issue
Block a user