From b393994e298146d85714762cb96d34c7e7b9a3bf Mon Sep 17 00:00:00 2001 From: Lane Date: Mon, 14 Sep 2020 16:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=92=8C=E6=AD=A3=E6=96=87?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E5=BA=94=E4=BB=A5=E4=BE=BF=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=20(#575)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `中级流操作` => `中间操作` --- docs/sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sidebar.md b/docs/sidebar.md index e79c07a..dbde900 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -168,7 +168,7 @@ ### [第十四章 流式编程](book/14-Streams.md) * [流支持](book/14-Streams.md#流支持) * [流创建](book/14-Streams.md#流创建) - * [中级流操作](book/14-Streams.md#中级流操作) + * [中间操作](book/14-Streams.md#中间操作) * [Optional类](book/14-Streams.md#Optional类) * [终端操作](book/14-Streams.md#终端操作) * [本章小结](book/14-Streams.md#本章小结)