Skip to content

Commit e27dcd2

Browse files
ParkerMjzheaux
authored andcommitted
Fix duplicate typos in reference docs
1 parent 0150de5 commit e27dcd2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,7 @@ We previously saw that updating by using `modifyAttributes` is the recommended a
792792
the task of calculating attribute modifications and constructing `ModificationItem` arrays accordingly.
793793
`DirContextAdapter` can do all of this for us, as follows:
794794

795-
.Updating using using `DirContextAdapter`
796-
====
795+
.Updating using `DirContextAdapter`
797796
[[modify-modifyAttributes]]
798797
[source,java]
799798
[subs="verbatim,quotes"]

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
creating a DirContext, looping through NamingEnumerations, handling
1616
exceptions and cleaning up resources. This leaves the programmer to
1717
handle the important stuff - where to find data (DNs and Filters) and
18-
what do do with it (map to and from domain objects, bind, modify,
18+
what to do with it (map to and from domain objects, bind, modify,
1919
unbind, etc.), in the same way that JdbcTemplate relieves the
2020
programmer of all but the actual SQL and how the data maps to the
2121
domain model.</li>

0 commit comments

Comments
 (0)