Skip to content

Commit d7a1797

Browse files
authored
Update Readme.adoc
1 parent f954713 commit d7a1797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ largestThree ==> Seq(
190190
[source,scala]
191191
----
192192
// Move all files inside the "misc" folder out of it
193-
import os.{GlobSyntax, /}
193+
import os./
194194
os.list(wd / "misc").map(os.move.matching { case p/"misc"/x => p/x } )
195195
----
196196

0 commit comments

Comments
 (0)