Skip to content

Commit

Permalink
fix: Typo in Scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Dec 31, 2021
1 parent c891762 commit 5b1e128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/io/github/iltotore/iron/constraint/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ package object constraint extends LowPriorityConsequence {
transparent inline given [A, V <: A, Sym[_], B[_] <: Antisymmetric[_, Sym]]: Consequence[A, B[V] && Sym[V], StrictEqual[V]] = Consequence.verified

/**
* An asymmetric binary relation `aRb`javadoc
* An asymmetric binary relation `aRb`
* @tparam V the value of `b`
* @tparam Sym the opposite relation (`bRa` <=> `a Sym b`)
*/
Expand Down

0 comments on commit 5b1e128

Please sign in to comment.