Skip to content

Commit

Permalink
Remove broken Scaladoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Jul 3, 2023
1 parent fddea31 commit cdba2a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ private class QuintTypeConverter extends LazyLogging {
}

/**
* Convert a [[QuintType]] to a [[TlaType1]].
* Convert a QuintType to a TlaType1.
*
* Constructs a fresh scope for translating Quint type variables to Apalache type variables (see
* [[QuintTypeConverter.getVarNo()]] for details).
* QuintTypeConverter.getVarNo() for details).
*/
object QuintTypeConverter {
def apply(quintType: QuintType): TlaType1 = new QuintTypeConverter().convert(quintType)
Expand Down

0 comments on commit cdba2a7

Please sign in to comment.