Skip to content

Commit 8709d8c

Browse files
committed
add missing words
1 parent 2a7705a commit 8709d8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

text/3838-scalable-vectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ by Rust users.
6767

6868
`rustc_scalable_vector` as described later in
6969
[*Reference-level explanation*][reference-level-explanation] is perma-unstable
70-
and exists only enables scalable vector types to be defined in the standard
70+
and exists only to enable scalable vector types to be defined in the standard
7171
library. The specific vector types are intended to eventually be stabilised, but
7272
none are proposed in this RFC.
7373

@@ -355,8 +355,8 @@ A more general mechanism for enforcing that SIMD types are only used in
355355
types to have fewer distinct restrictions than other SIMD types, and would
356356
enable SIMD vectors to be passed by-register, a performance improvement.
357357

358-
Such a mechanism would need be introduced gradually to existing SIMD types with
359-
a forward compatibility lint. This will be addressed in a forthcoming RFC.
358+
Such a mechanism would need to be introduced gradually to existing SIMD types
359+
with a forward compatibility lint. This will be addressed in a forthcoming RFC.
360360

361361
## Relaxed restrictions
362362
[relaxed-restrictions]: #relaxed-restrictions

0 commit comments

Comments
 (0)