From 759d30d86f740bccb8992d01adac630c3d78a0d4 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 27 Jan 2018 21:12:22 -0500
Subject: [PATCH] New translations outvertex.md (Turkish)

---
 tr/outvertex.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 tr/outvertex.md

diff --git a/tr/outvertex.md b/tr/outvertex.md
new file mode 100644
index 00000000..9ea65839
--- /dev/null
+++ b/tr/outvertex.md
@@ -0,0 +1,29 @@
+Valid on frames: **Edge**
+
+Allowed prefixes when operation is AUTO: `get`
+
+The `@OutVertex` takes no parameters and is used only on get methods that themself take no parameters. It specifies the `VertexFrame` at the tail of an edge.
+
+example:
+
+```java
+@OutVertex
+//Method declared here
+```
+
+## GET Operation
+
+Valid method signatures: `( )`
+
+### Signature: `( )`
+
+Valid return types: `VertexFrame`.
+
+Get the tail vertex of the edge.
+
+example:
+
+```java
+@OutVertex
+BarVertex getFoobar();
+```
\ No newline at end of file
-- 
GitLab