mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
spelling: represent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user