We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5afa9f commit e3989dfCopy full SHA for e3989df
src/main/scala/stdlib/TypeSignatures.scala
@@ -60,7 +60,7 @@ object TypeSignatures extends FlatSpec with Matchers with org.scalaexercises.def
60
zoom.getClass.getSimpleName should be(res2)
61
}
62
63
- /** `isInstanceOf[className]` is used to determine the if an object reference is an instance of given class:
+ /** `isInstanceOf[className]` is used to determine if an object reference is an instance of a given class:
64
*/
65
def isInstanceOfFunctionTypeSignatures(res0: Boolean) {
66
trait Randomizer[A] {
0 commit comments