Skip to content

Commit 4a7300e

Browse files
Merge branch 'master' into eugene-matvejev-patch-2
2 parents a7133cb + 1d93263 commit 4a7300e

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
@@ -25,5 +25,5 @@ calc.addBytes(0x01, 0x02) -> returns 0x03
2525
2626
calc.removeBytes(0x00, 0x01) -> returns 0x00 as there where no bytes
2727
calc.removeBytes(0x06, 0x02) -> returns 0x04 as 0x02 bytes been delete removed from 0x06
28-
calc.removeBytes(0x02, 0x06) -> returns 0x02 as 0x06 bytes wasn't presented in 0x02
28+
calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes, which been removed from origin 0x02
2929
```

0 commit comments

Comments
 (0)