Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4023001

Browse files
committed
chore: trim trailing whitespace
1 parent 2dc2d93 commit 4023001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lab/exercises/05-bits/02-binary-to-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = binaryToString;
5858

5959
// 17 = 7 * 10^0 + 1 * 10^1
6060

61-
// 0.893 = 8*10^-1 + 9*10^-2 + 3*10^-1
61+
// 0.893 = 8*10^-1 + 9*10^-2 + 3*10^-1
6262
// 0.10010 => 1*2^-1 + 0*2^-2 + 0*2^-3 + 1*2^-4 =
6363

6464

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /