From 3149c58f5ae1e7dfa28a452b2ec9be0a640211a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 30 Jan 2018 16:31:13 -0500 Subject: [PATCH] New translations incidence.md (Turkish) --- tr/incidence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tr/incidence.md b/tr/incidence.md index 2e2d7b45..34a762f4 100644 --- a/tr/incidence.md +++ b/tr/incidence.md @@ -25,7 +25,7 @@ Adds an edge to edge to a node and returns the new `EdgeFrame`. ### İmza: `( )` -Valid return types: `EdgeFrame` +Geçerli dönüş tipleri: `EdgeFrame` Creates a new vertex without any type information as well as an untyped edge to connect to it. The newly created `TEdge` is returned. @@ -138,7 +138,7 @@ FooEdge includeFoobar(BarVertex bar, Valid return types: `EdgeFrame` -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. The returned object will be the newly created `EdgeFrame`. +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. The returned object will be the newly created `EdgeFrame`. example: -- GitLab