From b4ee26df13796e1aa55095ba949e297b2045574f Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 16 Jun 2017 07:31:17 +0100 Subject: [PATCH] Fix a typo --- src/main/scala/stdlib/TypeSignatures.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/stdlib/TypeSignatures.scala b/src/main/scala/stdlib/TypeSignatures.scala index 3e98f5e2..2b091d95 100644 --- a/src/main/scala/stdlib/TypeSignatures.scala +++ b/src/main/scala/stdlib/TypeSignatures.scala @@ -60,7 +60,7 @@ object TypeSignatures extends FlatSpec with Matchers with org.scalaexercises.def zoom.getClass.getSimpleName should be(res2) } - /** `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: */ def isInstanceOfFunctionTypeSignatures(res0: Boolean) { trait Randomizer[A] {