Skip to content

Commit f22d30b

Browse files
committed
Update README.md.
1 parent 028ac8d commit f22d30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ public static <K, V> Map.Entry<K, V> entry(K key, V value) { ... }
10381038
public static <E> Set<E> setOf(E... elements) { ... }
10391039
```
10401040

1041-
They offer an alternative to similar methods defined by the `List`, `Map`, and `Set` interfaces, which produce immutable instances and do not permit `null` values. The following immutable variants are also provided:
1041+
They offer an alternative to similar methods defined by the `List`, `Map`, and `Set` interfaces, which produce immutable instances and do not permit `null` values. The following immutable variants are provided as well:
10421042

10431043
```java
10441044
public static <E> List<E> immutableListOf(E... elements) { ... }

0 commit comments

Comments
 (0)