Skip to content

Commit c81c2b5

Browse files
authored
Fix copy-paste error in docs of copy.over (#85)
Pull request: #85
1 parent 5dce68d commit c81c2b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

os/src/FileOps.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ object copy {
252252
}
253253

254254
/**
255-
* Copy a file into a particular folder, rather
256-
* than into a particular path
255+
* Copy a file into a particular path
257256
*/
258257
object over{
259258
def apply(from: Path,

0 commit comments

Comments
 (0)