mirror of https://github.com/sbt/sbt.git
Fix spelling error.
parent
bccf4c2166
commit
0517afffe4
|
|
@ -23,7 +23,7 @@ The `file` method is an alias for the single-argument `File` constructor to simp
|
|||
val source: File = file("/home/user/code/A.scala")
|
||||
```
|
||||
|
||||
Additionally, sbt augments File with a `/` method, which is an alias for the two-argument `File` construtor for building up a path:
|
||||
Additionally, sbt augments File with a `/` method, which is an alias for the two-argument `File` constructor for building up a path:
|
||||
|
||||
```scala
|
||||
def readme(base: File): File = base / "README"
|
||||
|
|
|
|||
Loading…
Reference in New Issue