Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 26, 2013
1 parent e6c8a9b commit 0cf7a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ libraryDependencies += "org.xerial" % "larray" % "0.1-SNAPSHOT"
You can use LArray in the same manner with the standard Scala Arrays: You can use LArray in the same manner with the standard Scala Arrays:


```scala ```scala
import xerial.larray.LArray import xerial.larray._


val l = LArray(1, 2, 3) val l = LArray(1, 2, 3)
val e = l(0) // 1 val e = l(0) // 1
Expand Down

0 comments on commit 0cf7a6c

Please sign in to comment.