diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 11:22:42 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 11:22:42 +0700 |
commit | 2cfb11f3d66737c3f0d7d94bdd94e8731ced4e20 (patch) | |
tree | 111098e447d8bb36542d9b35f22b17d5c8b33d71 | |
parent | e13d569d24242f85ca5418a48325dc60b7dc9453 (diff) | |
download | aspectj-2cfb11f3d66737c3f0d7d94bdd94e8731ced4e20.tar.gz aspectj-2cfb11f3d66737c3f0d7d94bdd94e8731ced4e20.zip |
Fix typo in README-1921.html
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | docs/dist/doc/README-1921.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/doc/README-1921.html b/docs/dist/doc/README-1921.html index e2b9d41a1..664bcf423 100644 --- a/docs/dist/doc/README-1921.html +++ b/docs/dist/doc/README-1921.html @@ -47,7 +47,7 @@ <p> Unfortunately, even after holding back the AspectJ release for 3 months after JDK 21 general availability, waiting for - Eclipse JDT Core and the Eclipse Java Compiler (ECJ) to catch up with Java 21 language features, even with the Java 21 + Eclipse JDT Core and the Eclipse Java Compiler (ECJ) to catch up with Java 21 language features, even with Java 21 officially supported in Eclipse 2023-12, some preview features are still unimplemented in ECJ: </p> <ul> |