Update 11.12.md (#468)

This commit is contained in:
FuncZhao
2018-05-19 05:37:06 +08:00
committed by 无闻
parent 7812c2f22d
commit 8777fc7678

View File

@@ -207,7 +207,7 @@ type Fooer interface {
} }
``` ```
类型 Bar 必须实现 `ImplementsFooer` 方法来满足 `Footer` 接口,以清楚地记录这个事实。 类型 Bar 必须实现 `ImplementsFooer` 方法来满足 `Fooer` 接口,以清楚地记录这个事实。
```go ```go
type Bar struct{} type Bar struct{}