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 1eb29ef commit ef909a6Copy full SHA for ef909a6
src/collections/factories.md
@@ -62,7 +62,7 @@ class Main {
62
}
63
```
64
65
-If you want the opposite - if you want to make a copy of a something like an `ArrayList`
+If you want the opposite - if you want to make a copy of something like an `ArrayList`
66
which does not support `.add`, `.remove`, etc. - you can use `copyOf`.
67
68
```java
0 commit comments