summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-07-17 12:19:14 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-07-17 12:19:14 -0700
commit622327a70419c724f30bef7693895602634bcb06 (patch)
tree77d8d9cfd7e19ee7f6d5b09525a77fb9c609986d
parent4fd972b8f32f0fd3727b360277324020334f827c (diff)
parentdab9b2bc7ac6039c39ca9e385e38f78d5f7e2429 (diff)
downloadscala-622327a70419c724f30bef7693895602634bcb06.tar.gz
scala-622327a70419c724f30bef7693895602634bcb06.tar.bz2
scala-622327a70419c724f30bef7693895602634bcb06.zip
Merge pull request #2745 from rjolly/gh-pages
Replace JSR-166 by JSR-223
-rw-r--r--2.11/index.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.11/index.markdown b/2.11/index.markdown
index d709800efe..e0509bae88 100644
--- a/2.11/index.markdown
+++ b/2.11/index.markdown
@@ -40,5 +40,5 @@ Improve performance of reflection SI-6638
- @som-snytt added and improved several commands (:javap, :paste, :edit,...)
- @folone and @eed3si9n contributed the `:kind` command to help to tell ground types from type constructors (#2340)
- - @rjolly made it possible to embed the repl as a JSR-166 Scripting Engine (#2206).
+ - @rjolly made it possible to embed the repl as a JSR-223 Scripting Engine (#2206).