Skip to content

Commit b7107f4

Browse files
committed
Minor revision
1 parent 7d5cf5a commit b7107f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0000-array-uninitialized-initializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ so a user that deinitializes some elements and then needs to throw an error woul
285285
Removing the `throws` capability from the closure
286286
would solve this problem and simplify the new APIs' semantics,
287287
but would be inconsistent with the other APIs in this space
288-
and would make them unsuitable to use as building blocks
288+
and would make them more difficult to use as building blocks
289289
for higher-level operations like `stablyPartitioned(by:)`.
290290

291291
### Creating an array from a buffer

0 commit comments

Comments
 (0)