Skip to content

Commit a71c5cd

Browse files
Update contributing/development/core_and_modules/core_types.rst
1 parent 5908691 commit a71c5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/core_and_modules/core_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Segmentation slowly creates holes that are too small for most common
5353
allocations, so that memory is wasted. There is a lot of literature
5454
about heap and segmentation, so this topic will not be developed
5555
further here. Modern operating systems use paged memory, which helps
56-
mitigate the problem of segmentation, but doesn't solve it.
56+
mitigate the problem of segmentation but doesn't solve it.
5757

5858
However, in many studies and tests, it is shown that given enough
5959
memory, if the maximum allocation size is below a given threshold in

0 commit comments

Comments
 (0)