mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
spelling: appended
This commit is contained in:
@@ -61,7 +61,7 @@ final case class SessionSettings(currentBuild: URI, currentProject: Map[URI, Str
|
||||
/**
|
||||
* Appends a set of raw Setting[_] objects to the current session.
|
||||
* @param ss The raw settings to include
|
||||
* @return A new SessionSettings with the appeneded settings.
|
||||
* @return A new SessionSettings with the appended settings.
|
||||
*/
|
||||
def appendRaw(ss: Seq[Setting[_]]): SessionSettings = copy(rawAppend = rawAppend ++ ss)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user