From 83d9b6067893e15c8e1c2135a7f24c416dc770bf Mon Sep 17 00:00:00 2001 From: nextzhou Date: Mon, 11 Apr 2016 11:27:32 +0800 Subject: [PATCH] fix the number of blank lines between last section and next heading --- free-programming-books-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index c8aba37b..46e00354 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -602,6 +602,7 @@ * [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md) * [笨方法学 Ruby](http://lrthw.github.io) + ### Rust * [Rust 官方教程](https://github.com/KaiserY/rust-book-chinese) @@ -609,6 +610,7 @@ * [RustPrimer](https://github.com/rustcc/RustPrimer) * [通过例子学习 Rust](http://rust.cc/rust-by-example/) + ### Scala * [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)