Fix typo
diff --git a/spec/src/main/asciidoc/ELSpec.adoc b/spec/src/main/asciidoc/ELSpec.adoc
index 2a7a659..9d3b7ae 100644
--- a/spec/src/main/asciidoc/ELSpec.adoc
+++ b/spec/src/main/asciidoc/ELSpec.adoc
@@ -3009,7 +3009,7 @@
   behaviour of the `StaticFieldELResolver`.
 
 * Explicitly state that specifications that depend on this specification may
-  define further packages, in additional to `java/lang.*` that are imported by
+  define further packages, in additional to `java.lang.*` that are imported by
   default into the EL environment.
 
 * https://github.com/eclipse-ee4j/el-ri/issues/172[#172]