Fix error building with pandoc.

This commit is contained in:
jxskiss
2016-09-28 02:09:32 +08:00
parent f7e4126370
commit 6be131ac34
15 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# 第七章 接口
# 第七章 接口
接口类型是对其它类型行为的抽象和概括;因为接口类型不会和特定的实现细节绑定在一起,通过这种抽象的方式我们可以让我们的函数更加灵活和更具有适应能力。