From 22110fb1ec2aa6185cb1b6ad7127ee0474045d08 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 30 Jan 2018 07:24:49 -0500
Subject: [PATCH] New translations adjacency.md (Turkish)

---
 tr/adjacency.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr/adjacency.md b/tr/adjacency.md
index 3bba2e2e..4c5a8ff1 100644
--- a/tr/adjacency.md
+++ b/tr/adjacency.md
@@ -103,7 +103,7 @@ BarVertex includeFoobar(ClassInitializer<? extends BarVertex> vertexInitializer)
 
 Valid return types: `VertexFrame`
 
-Creates a new edge and connects this to a new vertex. The newly created vertex will have a type, as well as be initiated, according to the details specified in the first ClassInitializer argument. Similarly the newly created edge will hava a type, and be initiated, using the second ClassInitializer argument. Java generics can, and should, be used to narrow the return type.
+Yeni bir kenar oluşturur ve bunu yeni bir köşeye bağlar. The newly created vertex will have a type, as well as be initiated, according to the details specified in the first ClassInitializer argument. Similarly the newly created edge will hava a type, and be initiated, using the second ClassInitializer argument. Java generics can, and should, be used to narrow the return type.
 
 example:
 
-- 
GitLab