Fix typos, formatting and escaping in reference

Note: Some symbol combinations (including <=) serve as textual symbol
replacements in AsciiDoc.

http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#text-replacement
This commit is contained in:
Bian Jiaping
2017-11-20 10:00:54 +08:00
committed by Rossen Stoyanchev
parent 22a8a668c9
commit 8f525f07e9
6 changed files with 27 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ import java.lang.annotation.Target;
* beans, provide stub implementations of your lookup methods to be able to declare
* them as concrete classes. And please remember that lookup methods won't work on
* beans returned from {@code @Bean} methods in configuration classes; you'll have
* to resort to {@code @Inject Provider&lt;TargetBean&gt;} or the like instead.
* to resort to {@code @Inject Provider<TargetBean>} or the like instead.
*
* @author Juergen Hoeller
* @since 4.1