spelling: represent

This commit is contained in:
Josh Soref 2017-01-20 08:22:42 +00:00
parent eefef9d686
commit ee13978a46
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import sbt.librarymanagement.Configuration
import Def._
/** This reprsents a `Setting` expression configured by the sbt DSL. */
/** This represents a `Setting` expression configured by the sbt DSL. */
sealed trait DslEntry {
/** Called by the parser. Sets the position where this entry was defined in the build.sbt file. */
def withPos(pos: RangePosition): DslEntry