Skip to content

Commit

Permalink
Fix copy-paste error in docs of copy.over (#85)
Browse files Browse the repository at this point in the history
Pull request: #85
  • Loading branch information
nafg authored Nov 18, 2021
1 parent 5dce68d commit c81c2b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions os/src/FileOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ object copy {
}

/**
* Copy a file into a particular folder, rather
* than into a particular path
* Copy a file into a particular path
*/
object over{
def apply(from: Path,
Expand Down

0 comments on commit c81c2b5

Please sign in to comment.