mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
Commit message: fix typo (#505)
This commit is contained in:
@@ -298,7 +298,7 @@ factor)。
|
||||
|
||||
**练习 10.3** rectangle.go:
|
||||
|
||||
定义一个 Rectangle 结构体,它的长和宽是 int 类型,并定义方法 `Area()` 和 `Primeter()`,然后进行测试。
|
||||
定义一个 Rectangle 结构体,它的长和宽是 int 类型,并定义方法 `Area()` 和 `Perimeter()`,然后进行测试。
|
||||
|
||||
## 链接
|
||||
|
||||
|
Reference in New Issue
Block a user