Skip to content

Commit 66495e5

Browse files
authored
Merge pull request #139 from EarthCitizen/patch-1
Fix grammar error
2 parents 09c8f52 + 7e91389 commit 66495e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/EmptyValues.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object EmptyValues extends FlatSpec with Matchers with org.scalaexercises.defini
1818
*
1919
* ==Null==
2020
*
21-
* [[http://www.scala-lang.org/api/current/index.html#scala.Null Null]] is a trait whose only instance is `null`. It is a subtype of all reference types, but not of value types. It purpose in existing is to make it so reference types can be assigned `null` and value types can't.
21+
* [[http://www.scala-lang.org/api/current/index.html#scala.Null Null]] is a trait whose only instance is `null`. It is a subtype of all reference types, but not of value types. Its purpose in existing is to make it so reference types can be assigned `null` and value types can't.
2222
*
2323
* ==Nothing==
2424
*

0 commit comments

Comments
 (0)