Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavkin authored and Igosuki committed May 7, 2019
1 parent 90a378e commit b5727a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/main/scala/PriorityIssueTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case class MapContainer(theMap: Map[String, List[Int]])
* }
* }
* }}}
* This can be fixed, but explicitly importing Encoder companion into scope (see 2nd test).
* This can be fixed by explicitly importing Encoder companion into scope (see 2nd test).
*
* Seems like magnolia macro in some cases has higher priority than companion provided implicits,
* that are not directly imported in scope
Expand Down

0 comments on commit b5727a8

Please sign in to comment.