Skip to content

Commit 588a147

Browse files
committed
Tiny grammar fix
Just making it more readable. There was an additional "is"
1 parent fae6e4a commit 588a147

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)