Skip to content

Commit ef909a6

Browse files
committed
Fix typo
1 parent 1eb29ef commit ef909a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/factories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Main {
6262
}
6363
```
6464

65-
If you want the opposite - if you want to make a copy of a something like an `ArrayList`
65+
If you want the opposite - if you want to make a copy of something like an `ArrayList`
6666
which does not support `.add`, `.remove`, etc. - you can use `copyOf`.
6767

6868
```java

0 commit comments

Comments
 (0)