Skip to content

Commit 272c946

Browse files
authored
missed a type
1 parent 0b73f22 commit 272c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The supported element types are as follows:
1414
* **Floating Point:** `f32`, `f64`
1515
* **Signed Integers:** `i8`, `i16`, `i32`, `i64`, `i128`, `isize`
1616
* **Unsigned Integers:** `u8`, `u16`, `u32`, `u64`, `u128`, `usize`
17-
* **Masks:** `mask8`, `mask16`, `mask32`, `mask64`, `masksize`
17+
* **Masks:** `mask8`, `mask16`, `mask32`, `mask64`, `mask128`, `masksize`
1818

1919
Floating point, signed integers, and unsigned integers are the [primitive types](https://doc.rust-lang.org/core/primitive/index.html) you're already used to.
2020
The `mask` types are "truthy" values, but they use the number of bits in their name instead of just 1 bit like a normal `bool` uses.

0 commit comments

Comments
 (0)