Fix typos in anchors

This commit is contained in:
Sam Brannen 2022-12-18 10:47:52 +01:00
parent 4171e35546
commit 270f8526d1
2 changed files with 3 additions and 3 deletions

View File

@ -2680,7 +2680,7 @@ following:
[[aop-schema-instatiation-models]]
[[aop-schema-instantiation-models]]
=== Aspect Instantiation Models
The only supported instantiation model for schema-defined aspects is the singleton

View File

@ -8636,7 +8636,7 @@ given `javax.xml.transform.Result`. The result is a tagging interface that basic
represents an XML output abstraction. Concrete implementations wrap various XML
representations, as the following table indicates:
[[oxm-marshller-tbl]]
[[oxm-marshaller-tbl]]
|===
| Result implementation| Wraps XML representation
@ -8679,7 +8679,7 @@ This interface also has one method, which reads from the given
with `Result`, `Source` is a tagging interface that has three concrete implementations. Each
wraps a different XML representation, as the following table indicates:
[[oxm-unmarshller-tbl]]
[[oxm-unmarshaller-tbl]]
|===
| Source implementation| Wraps XML representation