All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mdoc.internal.cli.Messages.scala Maven / Gradle / Ivy

There is a newer version: 2.2.24
Show newest version
package mdoc.internal.cli

object Messages {
  def count(what: String, number: Int): String = {
    if (number == 1) s"$number $what"
    else s"$number ${what}s"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy