改个错字~ (#380)

This commit is contained in:
Chen Sun
2017-07-15 11:03:58 +08:00
committed by 无闻
parent 67d54524d6
commit d7ab9e0253

View File

@@ -155,7 +155,7 @@ func main() {
同样地int16 也不能够被隐式转换为 int32。
下面这个程序展示了通过显转换来避免这个问题(第 4.2 节)。
下面这个程序展示了通过显转换来避免这个问题(第 4.2 节)。
示例 4.9 [casting.go](examples/chapter_4/casting.go)