From 1ba037f06e803b02b214fc293f5072ad2f511626 Mon Sep 17 00:00:00 2001 From: Dragon Dove <874898731@qq.com> Date: Sun, 26 May 2019 15:20:22 +0800 Subject: [PATCH] Update 13-Functional-Programming.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正一处输出内容错误 --- docs/book/13-Functional-Programming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/13-Functional-Programming.md b/docs/book/13-Functional-Programming.md index 86d70f08..d3ab88ac 100644 --- a/docs/book/13-Functional-Programming.md +++ b/docs/book/13-Functional-Programming.md @@ -97,7 +97,7 @@ public class Strategize { ``` hello there? -HELLO THERE!' +HELLO THERE! Hello Hello there Hello there ``` @@ -1518,4 +1518,4 @@ Lambda 表达式和方法引用并没有将 Java 转换成函数式语言,而 -
\ No newline at end of file +