We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0def6f0 commit 3f8fcd8Copy full SHA for 3f8fcd8
src/encapsulation/classes.md
@@ -52,7 +52,7 @@ public class ArrayList<E> extends AbstractList<E>
52
}
53
```
54
55
-People who write programs that depend on the calling `.add` on an `ArrayList` do not need
+People who write programs that depend on calling `.add` on an `ArrayList` do not need
56
to understand how or when the internal `elementData` and `size` fields are updated. Those also
57
need not be the only fields that exist. All that is required is "calling `.add` will add an element to the list."
58
0 commit comments