Skip to content

Commit

Permalink
fix trivial typo in scala snippet (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw authored Jan 2, 2023
1 parent a325ca2 commit d175452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/3.5/code/scala/snippet30.scala
Original file line number Diff line number Diff line change
@@ -1 +1 @@
def getChar: Unit => IO[Unit]
def getChar: Unit => IO[Char]

0 comments on commit d175452

Please sign in to comment.