mirror of https://github.com/sbt/sbt.git
fix typo
This commit is contained in:
parent
bae26e431b
commit
5e4fe71560
|
|
@ -78,7 +78,7 @@ private class SameAPI(a: Source, b: Source, includePrivate: Boolean)
|
|||
import SameAPI._
|
||||
/** de Bruijn levels for type parameters in source `a`*/
|
||||
private lazy val tagsA = TagTypeVariables(a)
|
||||
/** de Bruijn levels for type parameters in source `a`*/
|
||||
/** de Bruijn levels for type parameters in source `b`*/
|
||||
private lazy val tagsB = TagTypeVariables(b)
|
||||
|
||||
def debug(flag: Boolean, msg: => String): Boolean =
|
||||
|
|
|
|||
Loading…
Reference in New Issue