File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The safety of the following functions in (library/core/src/slice/mod.rs):
6363
6464The 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
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Write and prove the contract for the safety of the following functions:
6767
6868The 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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Write and prove the contract for the safety of the following functions:
6969
7070The 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
You can’t perform that action at this time.
0 commit comments