Skip to content

Commit 639e2d2

Browse files
authored
missing word.
1 parent 9f4fd1e commit 639e2d2

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
@@ -6,7 +6,7 @@ Code repository for the [Portable SIMD Project Group](https://github.com/rust-la
66

77
Currently the crate is organized so that each element type is a file, and then the 64-bit, 128-bit, 256-bit, and 512-bit vectors using those types are contained in said file.
88

9-
All types are then exported as a single, flat
9+
All types are then exported as a single, flat module.
1010

1111
Depending on the size of the primitive type, the number of lanes the vector will have varies. For example, 128-bit vectors have four `f32` lanes and two `f64` lanes.
1212

0 commit comments

Comments
 (0)