From 9bb7900f36bc664ab010a560a96484cbd020ec51 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 5 Dec 2018 22:16:24 +0000 Subject: [PATCH] Fix the Markdown Syntax Error (#20592) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix the Chinese Document of Java Remove some words "的" which would make the description more fluent. * Fix the Markdown Syntax Error Fix the Markdown Syntax which initially would make the code cause confusion. --- .../sorting-algorithms/selection-sort/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/chinese/algorithms/sorting-algorithms/selection-sort/index.md b/guide/chinese/algorithms/sorting-algorithms/selection-sort/index.md index c5a8368b29..c7601ab02a 100644 --- a/guide/chinese/algorithms/sorting-algorithms/selection-sort/index.md +++ b/guide/chinese/algorithms/sorting-algorithms/selection-sort/index.md @@ -40,14 +40,15 @@ for(int i = 0; i < n; i++) ### 在Javascript中实现 -\`\`\`Javascript 功能选择_排序(A){ var len =数组_长度(A); for(var i = 0; i