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