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 @@
# 第十章 包和工具
# 第十章 包和工具
现在随便一个小程序的实现都可能包含超过10000个函数。然而作者一般只需要考虑其中很小的一部分和做很少的设计因为绝大部分代码都是由他人编写的它们通过类似包或模块的方式被重用。