Skip to content

Commit

Permalink
Remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcheung authored Sep 3, 2024
1 parent d6b6ee6 commit 52f76e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/cats/parse/Parser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ sealed abstract class Parser0[+A] { self: Product =>
*
* For example, with `p: Parser0[Int]` and `p1: Parser0[Double]`:
*
* val a1: Parser0[(Int, Double)] = p ~ p1
* val a1: Parser0[(Int, Double)] = p ~ p1
*
* val a2: Parser[(Int, Double)] = p.with1 ~ p1
*
Expand Down

0 comments on commit 52f76e1

Please sign in to comment.