Skip to content

Commit 3bded76

Browse files
authored
Improve documentation for SpEL constructor support
Closes gh-26846
1 parent 7f10621 commit 3bded76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ to use the `T` operator:
13661366
=== Constructors
13671367

13681368
You can invoke constructors by using the `new` operator. You should use the fully qualified class name
1369-
for all but the primitive types (`int`, `float`, and so on) and String. The following
1369+
for all but the types located in the core package `java.lang`. The following
13701370
example shows how to use the `new` operator to invoke constructors:
13711371

13721372
[source,java,indent=0,subs="verbatim,quotes",role="primary"]

0 commit comments

Comments
 (0)