From 785d4d218c89b672804a173b12c550be77968eac Mon Sep 17 00:00:00 2001 From: Joe <736777445@qq.com> Date: Sat, 1 Jun 2019 09:24:34 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第 15 章翻译完了 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4763233..d3e3e76 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - [ ] [第十二章 集合](docs/book/12-Collections.md) - [x] [第十三章 函数式编程](docs/book/13-Functional-Programming.md) - [x] [第十四章 流式编程](docs/book/14-Streams.md) -- [ ] [第十五章 异常](docs/book/15-Exceptions.md) +- [x] [第十五章 异常](docs/book/15-Exceptions.md) - [ ] [第十六章 代码校验](docs/book/16-Validating-Your-Code.md) - [ ] [第十七章 文件](docs/book/17-Files.md) - [ ] [第十八章 字符串](docs/book/18-Strings.md)