aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progguide/pitfalls.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/progguide/pitfalls.adoc')
-rw-r--r--docs/progguide/pitfalls.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/progguide/pitfalls.adoc b/docs/progguide/pitfalls.adoc
index eb9e15315..a80460c58 100644
--- a/docs/progguide/pitfalls.adoc
+++ b/docs/progguide/pitfalls.adoc
@@ -1,13 +1,13 @@
-== Pitfalls
+= Pitfalls
[[pitfalls-intro]]
-=== Introduction
+== Introduction
This chapter consists of a few AspectJ programs that may lead to
surprising behavior and how to understand them.
[[pitfalls-infiniteLoops]]
-=== Infinite loops
+== Infinite loops
Here is a Java program with peculiar behavior