Fix spelling error.

waywardmonkeys 2011-12-01 07:24:19 -08:00
parent bccf4c2166
commit 0517afffe4
1 changed files with 1 additions and 1 deletions

@ -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"