From b992465799d9e5f6f23ec82bbdce3aa69c783c92 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 30 Jan 2018 10:38:05 -0500 Subject: [PATCH] New translations features.md (Turkish) --- tr/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tr/features.md b/tr/features.md index ea173964..84b62dde 100644 --- a/tr/features.md +++ b/tr/features.md @@ -52,7 +52,7 @@ public void testAnnotatedTyping() { } ``` -## Type information encoded into graph +## Grafiğe kodlanmış bilgi türleri ```java Set<Class<?>> types = new HashSet<Class<?>>(Arrays.asList(new Class<?>[]{Person.class})); @@ -82,7 +82,7 @@ Person programmer = fg.traverse(g -> g.V()).next(Person.class); assert programmer instanceof Programmer; ``` -## Element queried by type hierarchy +## Türü hiyerarşisine göre sorgulanan öğe ```java Set<Class<?>> types = new HashSet<Class<?>>(Arrays.asList(new Class<?>[]{Person.class, -- GitLab