Skip to content

Commit

Permalink
Make comment consistent with code
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed May 31, 2014
1 parent 9b37ade commit fd00181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/Predef.scala
Expand Up @@ -303,7 +303,7 @@ object Predef extends LowPriorityImplicits with DeprecatedPredef {
@inline implicit def augmentString(x: String): StringOps = new StringOps(x)
@inline implicit def unaugmentString(x: StringOps): String = x.repr

// printing and reading -----------------------------------------------
// printing -----------------------------------------------------------

def print(x: Any) = Console.print(x)
def println() = Console.println()
Expand Down

0 comments on commit fd00181

Please sign in to comment.