Skip to content

Commit 78b3b47

Browse files
committed
removed superfluous "g"
1 parent 106198c commit 78b3b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/Objects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Objects extends FlatSpec with Matchers with org.scalaexercises.definition
99

1010
/** 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.
1111
*/
12-
def singletonObjects(res0: String, res1: Stringg) {
12+
def singletonObjects(res0: String, res1: String) {
1313
object Greeting {
1414
def english = "Hi"
1515

0 commit comments

Comments
 (0)