Skip to content

Commit 8362893

Browse files
committed
Revise contribution
See gh-36022 (cherry picked from commit 452257e)
1 parent 08b77dd commit 8362893

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

framework-docs/modules/ROOT/pages/core/expressions/language-ref/variables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ are set by using the `setVariable()` method in `EvaluationContext` implementatio
66

77
[NOTE]
88
====
9-
Variable names must be begun with a letter (as defined below), an underscore, or a dollar
9+
Variable names must begin with a letter (as defined below), an underscore, or a dollar
1010
sign.
1111
1212
Variable names must be composed of one or more of the following supported types of

framework-docs/modules/ROOT/pages/data-access/jdbc/simple.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ parameters return the data read from the table.
349349

350350
You can declare `SimpleJdbcCall` in a manner similar to declaring `SimpleJdbcInsert`. You
351351
should instantiate and configure the class in the initialization method of your data-access
352-
layer. Compared to the `StoredProcedure` class, you need not create a subclass
353-
and you need not declare parameters that can be looked up in the database metadata.
354-
The following example of a `SimpleJdbcCall` configuration uses the preceding stored
355-
procedure (the only configuration option, in addition to the `DataSource`, is the name
356-
of the stored procedure):
352+
layer. In contrast to the `StoredProcedure` class, you do not need to create a subclass,
353+
and you do not need to declare parameters that can be looked up in the database metadata.
354+
The following `SimpleJdbcCall` configuration example uses the preceding stored procedure.
355+
The only configuration option (other than the `DataSource`) is the name of the stored
356+
procedure.
357357

358358
[tabs]
359359
======

framework-docs/modules/ROOT/pages/integration/appendix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ xref:integration/jmx/naming.adoc#jmx-context-mbeanexport[Configuring Annotation-
313313
=== The `cache` Schema
314314

315315
You can use the `cache` elements to enable support for Spring's `@CacheEvict`, `@CachePut`,
316-
and `@Caching` annotations. It is also supports declarative XML-based caching. See
316+
and `@Caching` annotations. The `cache` schema also supports declarative XML-based caching. See
317317
xref:integration/cache/annotations.adoc#cache-annotation-enable[Enabling Caching Annotations] and
318318
xref:integration/cache/declarative-xml.adoc[Declarative XML-based Caching] for details.
319319

0 commit comments

Comments
 (0)