Skip to content

Commit 4f1401a

Browse files
committed
Fix typo
1 parent 61bce51 commit 4f1401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvmMain/java/org/jetbrains/annotations/NotNullByDefault.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* <pre>{@code
3131
* @NotNullByDefault
3232
* interface Pair<K extends @Nullable Object, V> {
33-
* // Not assumed to be @NotNull; may return null depending on the T instantiation
33+
* // Not assumed to be @NotNull; may return null depending on the K instantiation
3434
* K getKey();
3535
* // Returns @NotNull, as implicit upper bound of V is @NotNull Object,
3636
* // so it cannot be instantiated with a nullable type

0 commit comments

Comments
 (0)