Skip to content

Commit 3f8fcd8

Browse files
committed
Fix typo
1 parent 0def6f0 commit 3f8fcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encapsulation/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class ArrayList<E> extends AbstractList<E>
5252
}
5353
```
5454

55-
People who write programs that depend on the calling `.add` on an `ArrayList` do not need
55+
People who write programs that depend on calling `.add` on an `ArrayList` do not need
5656
to understand how or when the internal `elementData` and `size` fields are updated. Those also
5757
need not be the only fields that exist. All that is required is "calling `.add` will add an element to the list."
5858

0 commit comments

Comments
 (0)