Skip to content

Commit e3989df

Browse files
jakzaljuanpedromoreno
authored andcommitted
Fix a typo (#88)
1 parent b5afa9f commit e3989df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/TypeSignatures.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object TypeSignatures extends FlatSpec with Matchers with org.scalaexercises.def
6060
zoom.getClass.getSimpleName should be(res2)
6161
}
6262

63-
/** `isInstanceOf[className]` is used to determine the if an object reference is an instance of given class:
63+
/** `isInstanceOf[className]` is used to determine if an object reference is an instance of a given class:
6464
*/
6565
def isInstanceOfFunctionTypeSignatures(res0: Boolean) {
6666
trait Randomizer[A] {

0 commit comments

Comments
 (0)