Skip to content

Commit

Permalink
Update Readme.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Sep 11, 2024
1 parent f954713 commit d7a1797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ largestThree ==> Seq(
[source,scala]
----
// Move all files inside the "misc" folder out of it
import os.{GlobSyntax, /}
import os./
os.list(wd / "misc").map(os.move.matching { case p/"misc"/x => p/x } )
----

Expand Down

0 comments on commit d7a1797

Please sign in to comment.