File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bit-lib4j [] ( https://maven-badges.herokuapp.com/maven-central/com.github.devnied/bit-lib4j ) < br />
88
99##Simple API
1010
@@ -24,7 +24,7 @@ It is very easy to get started with bit-lib4j:
2424 BitUtils bit = new BitUtils (8 );
2525 bit. setNextInteger(3 ,3 ); // set an integer on 3 bits
2626 bit. setNextInteger(1 ,5 ); // set one value on 5 bits
27-
27+
2828 // Result
2929 bit. getData(); // return Ox61 (0110 0001b)
3030```
You can’t perform that action at this time.
0 commit comments