From f2c266567d658ba9a5210571ef97d5d4c26786a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 26 Sep 2017 09:41:28 -0400 Subject: [PATCH] docs: fixed a typo in the docs. --- docs/annotations/incidence.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/annotations/incidence.md b/docs/annotations/incidence.md index 84b48b43..a8b7eb0f 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); +``` -- GitLab