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 106198c commit 78b3b47Copy full SHA for 78b3b47
src/main/scala/stdlib/Objects.scala
@@ -9,7 +9,7 @@ object Objects extends FlatSpec with Matchers with org.scalaexercises.definition
9
10
/** An object is a singleton. One object, that's it. This object is a replacement of static in Java, and is called upon much in the same way.
11
*/
12
- def singletonObjects(res0: String, res1: Stringg) {
+ def singletonObjects(res0: String, res1: String) {
13
object Greeting {
14
def english = "Hi"
15
0 commit comments