Skip to content

Commit 6d50c6e

Browse files
Merge pull request #10 from explore-node-js/eugene-matvejev-patch-1
update README.md
2 parents 8bdfe93 + 804fdb4 commit 6d50c6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ calc.addBytes(0x01, 0x02) -> returns 0x03
3535
3636
calc.removeBytes(0x00, 0x01) -> returns 0x00 as there where no bytes
3737
calc.removeBytes(0x06, 0x02) -> returns 0x04 as 0x02 bytes been delete removed from 0x06
38-
calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes, which been removed from origin 0x02
38+
calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes,
39+
which been removed from origin 0x02
3940
```

0 commit comments

Comments
 (0)