Skip to content

Commit aefd146

Browse files
Update README.md
1 parent 014e6e7 commit aefd146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In our example, we will allocate a list of 5 elements on this memory.
3939

4040
![2](https://user-images.githubusercontent.com/43916814/188752689-bbc509e0-05be-4ea2-847f-5ba04ca5b066.png)
4141

42-
If we need to increase the dimension, and at the same time, the collection whose dimension increases is the last element in memory, then to increase the dimension, you just need to indicate that there is more available memory for the collection. No copying or reallocation.
42+
If we need to increase the capacity, and at the same time, the collection whose capacity increases is the last element in memory, then to increase the capacity, you just need to indicate that there is more available memory for the collection. No copying or reallocation.
4343

4444
![3](https://user-images.githubusercontent.com/43916814/188752910-11f87ccc-2384-4a9a-909c-91d85c2e67fa.png)
4545

0 commit comments

Comments
 (0)