We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211ebb3 commit 2f1324aCopy full SHA for 2f1324a
lcci/05.02.Binary Number to String/README_EN.md
@@ -1,6 +1,6 @@
1
-# [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)
2
3
-[中文文档](/lcci/05.02.Bianry%20Number%20to%20String/README.md)
+[中文文档](/lcci/05.02.Binary%20Number%20to%20String/README.md)
4
5
## Description
6
@@ -25,7 +25,7 @@
25
</pre>
26
<p><strong>Note: </strong></p>
27
<ol>
28
- <li>This two charaters "0." should be counted into 32 characters.</li>
+ <li>This two characters "0." should be counted into 32 characters.</li>
29
</ol>
30
31
## Solutions
0 commit comments