Skip to content

Commit c7a7280

Browse files
committed
Update readme
1 parent d032c19 commit c7a7280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Bytes.wrap(array).isEmpty();
306306
And others:
307307

308308
```java
309-
Bytes.wrap(array).bitAt(4);
309+
Bytes.wrap(array).bitAt(4); // 0010 1000 -> true
310310
Bytes.wrap(array).byteAt(14);
311311
Bytes.wrap(array).count(0x01); //occurrences of 0x01
312312
Bytes.wrap(array).entropy();

0 commit comments

Comments
 (0)