Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/stdlib/TypeSignatures.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down