Skip to content

Commit

Permalink
Update std/js/src/main/scala/cats/effect/std/Console.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Arman Bilge <armanbilge@gmail.com>
  • Loading branch information
Capitan Empanada and armanbilge authored Feb 20, 2022
1 parent ea1a84c commit b00f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/js/src/main/scala/cats/effect/std/Console.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import java.nio.charset.Charset
* import cats.effect.std.Console
* import cats.syntax.all._
*
* def myProgram[F[_] : Console : Monad]: F[Unit] =
* def myProgram[F[_]: Console: Monad]: F[Unit] =
* for {
* _ <- Console[F].println("Please enter your name: ")
* n <- Console[F].readLine
Expand Down

0 comments on commit b00f9b1

Please sign in to comment.