Skip to content

Commit 98a4f42

Browse files
committed
Fix comment
1 parent adcfda4 commit 98a4f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/annotation/CanEqualNull.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package scala.annotation
1414
* val s3: String = s2
1515
* val s4: String @CanEqualNull = s1
1616
*
17-
* val ss: Array[String @CanEqualNull] = ??
17+
* val ss: Array[String @CanEqualNull] = ???
1818
* ss.map(_ == null)
1919
* ```
2020
*/

0 commit comments

Comments
 (0)