Skip to content

Commit d12ddd7

Browse files
fix typos
1 parent eb18abc commit d12ddd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/src/challenges/0017-slice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The safety of the following functions in (library/core/src/slice/mod.rs):
6363

6464
The verification must be unbounded---it must hold for slices of arbitrary length.
6565

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

6868
### List of UBs
6969

doc/src/challenges/0018-slice-iter-pt1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Write and prove the contract for the safety of the following functions:
6767

6868
The verification must be unbounded---it must hold for slices of arbitrary length.
6969

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

7272
### List of UBs
7373

doc/src/challenges/0019-slice-iter-pt2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Write and prove the contract for the safety of the following functions:
6969

7070
The verification must be unbounded---it must hold for slices of arbitrary length.
7171

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

7474
### List of UBs
7575

0 commit comments

Comments
 (0)