Skip to content

Commit 821f8f3

Browse files
committed
README.md
1 parent 8e5faf5 commit 821f8f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ To have a quick idea what this library offers, take a look at the [tests](https:
1717
- automatic conversions
1818
- it is possible to string format by calling the corresponding `format()` method, eg: `ubyte.format("%08x")`
1919
- all the utypes implement all the function, including `shl` and `shr` for `Ubyte` and `Ushort`
20-
- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint)
21-
- no unsigned arrays supported yet
20+
- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint`)
2221

2322
### How to get it:
2423

0 commit comments

Comments
 (0)