Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lihaoyi/Ammonite
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed May 24, 2016
2 parents fc845f9 + 6e6c288 commit 3c80b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/Repl.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
mutable.Seq(x) // doesn't work
^
@@ import ammonite.ops._
@@ load.module("script.scala")
@@ load.module(cwd / "script.scala")
Welcome to the XYZ custom REPL!!

@@ mutable.Seq(x) // works
Expand Down

0 comments on commit 3c80b21

Please sign in to comment.