Skip to content

Commit 40a3fab

Browse files
authored
add bool to type list
1 parent 80da7f7 commit 40a3fab

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
@@ -9,7 +9,7 @@ using Byter
99
```
1010
#### Types
1111
```css
12-
byte, byte[], short, ushort, int, uint, long, ulong, float, double, char, string
12+
byte, bool, byte[], short, ushort, int, uint, long, ulong, float, double, char, string
1313
```
1414

1515
- #### Writer

0 commit comments

Comments
 (0)