Skip to content

Commit cbd9df7

Browse files
authored
README.md: Fix typos for u8 types (#720)
1 parent 93a5f4d commit cbd9df7

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
@@ -21,7 +21,7 @@ A simple and fast 3D math library for games and graphics.
2121
* `i8` types
2222
* vectors: `I8Vec2`, `I8Vec3` and `I8Vec4`
2323
* `u8` types
24-
* vectors: `U16Vec2`, `U16Vec3` and `U16Vec4`
24+
* vectors: `U8Vec2`, `U8Vec3` and `U8Vec4`
2525
* `i16` types
2626
* vectors: `I16Vec2`, `I16Vec3` and `I16Vec4`
2727
* `u16` types

0 commit comments

Comments
 (0)