Skip to content

Commit 270f852

Browse files
committed
Fix typos in anchors
1 parent 4171e35 commit 270f852

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

framework-docs/src/docs/asciidoc/core/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,7 @@ following:
26802680

26812681

26822682

2683-
[[aop-schema-instatiation-models]]
2683+
[[aop-schema-instantiation-models]]
26842684
=== Aspect Instantiation Models
26852685

26862686
The only supported instantiation model for schema-defined aspects is the singleton

framework-docs/src/docs/asciidoc/data-access.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8636,7 +8636,7 @@ given `javax.xml.transform.Result`. The result is a tagging interface that basic
86368636
represents an XML output abstraction. Concrete implementations wrap various XML
86378637
representations, as the following table indicates:
86388638

8639-
[[oxm-marshller-tbl]]
8639+
[[oxm-marshaller-tbl]]
86408640
|===
86418641
| Result implementation| Wraps XML representation
86428642

@@ -8679,7 +8679,7 @@ This interface also has one method, which reads from the given
86798679
with `Result`, `Source` is a tagging interface that has three concrete implementations. Each
86808680
wraps a different XML representation, as the following table indicates:
86818681

8682-
[[oxm-unmarshller-tbl]]
8682+
[[oxm-unmarshaller-tbl]]
86838683
|===
86848684
| Source implementation| Wraps XML representation
86858685

0 commit comments

Comments
 (0)