Skip to content

Commit 62cb8ba

Browse files
Jay Bryantbclozel
authored andcommitted
Editing pass for the Spring Framework Reference Guide
I edited for spelling, punctuation, grammar, usage, and corporate voice. I also added cross-references and links to the Javadoc in a number of places.
1 parent 7fdd137 commit 62cb8ba

File tree

3 files changed

+2601
-2072
lines changed

3 files changed

+2601
-2072
lines changed

src/docs/asciidoc/core.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
:tabsize: 4
88
:docinfo1:
99

10-
This part of the reference documentation covers all of those technologies that are
10+
This part of the reference documentation covers all the technologies that are
1111
absolutely integral to the Spring Framework.
1212

1313
Foremost amongst these is the Spring Framework's Inversion of Control (IoC) container. A
1414
thorough treatment of the Spring Framework's IoC container is closely followed by
1515
comprehensive coverage of Spring's Aspect-Oriented Programming (AOP) technologies. The
16-
Spring Framework has its own AOP framework, which is conceptually easy to understand,
16+
Spring Framework has its own AOP framework, which is conceptually easy to understand
1717
and which successfully addresses the 80% sweet spot of AOP requirements in Java
1818
enterprise programming.
1919

20-
Coverage of Spring's integration with AspectJ (currently the richest - in terms of
21-
features - and certainly most mature AOP implementation in the Java enterprise space) is
20+
Coverage of Spring's integration with AspectJ (currently the richest -- in terms of
21+
features -- and certainly most mature AOP implementation in the Java enterprise space) is
2222
also provided.
2323

2424
include::core/core-beans.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)