From ff361acd9e0ca9a957eeec726b759e6d215fa162 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Mon, 11 Dec 2023 23:24:45 +0545 Subject: [PATCH] fix typos in './lcci/05.02.Binary Number to String/README_EN.md' --- lcci/05.02.Binary Number to String/README_EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lcci/05.02.Binary Number to String/README_EN.md b/lcci/05.02.Binary Number to String/README_EN.md index 61e8d7b968e81..9911a2ec5637e 100644 --- a/lcci/05.02.Binary Number to String/README_EN.md +++ b/lcci/05.02.Binary Number to String/README_EN.md @@ -1,6 +1,6 @@ -# [05.02. Bianry Number to String](https://leetcode.cn/problems/bianry-number-to-string-lcci) +# [05.02. Binary Number to String](https://leetcode.cn/problems/bianry-number-to-string-lcci) -[中文文档](/lcci/05.02.Bianry%20Number%20to%20String/README.md) +[中文文档](/lcci/05.02.Binary%20Number%20to%20String/README.md) ## Description @@ -25,7 +25,7 @@

Note:

    -
  1. This two charaters "0." should be counted into 32 characters.
  2. +
  3. This two characters "0." should be counted into 32 characters.
## Solutions