diff --git a/docs/annotations/incidence.md b/docs/annotations/incidence.md
index 84b48b438a985014a15bcd6010ee48774823c16e..a8b7eb0f50e3d848a45f58c55f4da3657ab8bae8 100644
--- a/docs/annotations/incidence.md
+++ b/docs/annotations/incidence.md
@@ -342,3 +342,4 @@ void removeFoobar(FooEdge edge);
 ```java
 @Incidence(value = "Foo", operation = Adjacency.Operation.REMOVE)
 void removeFoobar(FooEdge edge);
+```