Skip to content

Commit 59b4a1a

Browse files
Merge pull request #64 from aseigneurin/patch-3
Cleaning
2 parents dab9317 + 6d046ea commit 59b4a1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/scala/stdlib/Implicits.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ object Implicits extends FlatSpec with Matchers with org.scalaexercises.definiti
8181
20.isOdd should be(res1)
8282
}
8383

84-
/** convertTypeImplicits
85-
*
86-
* Implicits can be used to automatically convert a value's type to another:
84+
/** Implicits can be used to automatically convert a value's type to another:
8785
*/
8886
def convertTypeImplicits(res0: Boolean, res1: Boolean, res2: Boolean, res3: Boolean, res4: Boolean) {
8987
import java.math.BigInteger

0 commit comments

Comments
 (0)