Skip to content

Commit a638ee3

Browse files
author
Rafa Paradela
committed
Merge pull request scala-exercises#63 from cjgulledge/patch-1
Tiny grammar fix
2 parents fae6e4a + 588a147 commit a638ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/json/higherorderfunctions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"postparagraph": ""
6262
},
6363
{
64-
"preparagraph": "`isInstanceOf` is the same as `instanceof` in java, but in this case the parameter types can be *blanked out* using existential types with is a single underline, since parameter type are unknown at runtime.",
64+
"preparagraph": "`isInstanceOf` is the same as `instanceof` in java, but in this case the parameter types can be *blanked out* using existential types with a single underline, since parameter type are unknown at runtime.",
6565
"code": "def addWithSyntaxSugar(x: Int) = (y:Int) => x + y\n\naddWithSyntaxSugar(1).isInstanceOf[Function1[_, _]] should be(__)",
6666
"solutions": [
6767
"true"

0 commit comments

Comments
 (0)