File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Verify the memory safety of the following public functions in (library/alloc/src
6565
6666The 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
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ and the following functions from other files:
5151
5252The 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
You can’t perform that action at this time.
0 commit comments