Skip to content

Commit 6d046ea

Browse files
authored
Cleaning
1 parent 32ebbd3 commit 6d046ea

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)