Skip to content

Commit bb5acb1

Browse files
authored
Update README.md
1 parent ce8bf73 commit bb5acb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ print(byte1) // 173
6868

6969
```swift
7070
// Read first 16 bits as Integer
71-
let first16Bits = binary.bits(0, 16) // 57005
72-
print(first16Bits)
71+
let first16Bits = binary.bits(0, 16)
72+
print(first16Bits) // 57005
7373
```
7474

7575
```swift

0 commit comments

Comments
 (0)