Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lcci/05.02.Binary Number to String/README_EN.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -25,7 +25,7 @@
</pre>
<p><strong>Note: </strong></p>
<ol>
<li>This two charaters &quot;0.&quot; should be counted into 32 characters.</li>
<li>This two characters &quot;0.&quot; should be counted into 32 characters.</li>
</ol>

## Solutions
Expand Down