Skip to content

Commit b2e240b

Browse files
fix typos
1 parent e9d20ef commit b2e240b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/challenges/0023-vec-pt1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Verify the memory safety of the following public functions in (library/alloc/src
6565

6666
The verification must be unbounded---it must hold for slices of arbitrary length.
6767

68-
The verification must be hold for generic type `T` (no monomorphization).
68+
The verification must hold for generic type `T` (no monomorphization).
6969

7070
### List of UBs
7171

doc/src/challenges/0024-vec-pt2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ and the following functions from other files:
5151

5252
The verification must be unbounded---it must hold for slices of arbitrary length.
5353

54-
The verification must be hold for generic type `T` (no monomorphization).
54+
The verification must hold for generic type `T` (no monomorphization).
5555

5656
### List of UBs
5757

0 commit comments

Comments
 (0)