Skip to content

Commit 9b6c559

Browse files
committed
modified typo
1 parent da809c9 commit 9b6c559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse-bits/clara-shin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 비트 반전 문제(32비트 무부호 정수, 32bit unassigned integer)
2+
* 비트 반전 문제(32비트 무부호 정수, 32 bits unsigned integer)
33
* 비트 반전: 32비트 전체를 뒤집는 것(왼쪽과 오른쪽을 바꾸는 것)
44
*
55
* 접근 방법:

0 commit comments

Comments
 (0)