Skip to content

Commit 4c46ee3

Browse files
authored
Update README.md
1 parent dac3874 commit 4c46ee3

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
@@ -99,7 +99,7 @@ myList.set(2, myObject);
9999
myList.set(myList.size() - 1, myObject);
100100
```
101101

102-
#### Removing elements
102+
#### Deleting elements
103103
```c++
104104
// remove(index) will remove and return the element at index
105105

0 commit comments

Comments
 (0)