diff --git a/tr/outvertex.md b/tr/outvertex.md
index 21cbc8193891a1177afec521014b8dcb00271366..60b896d9af25bae34341fa2eb68d04dc9a24bb35 100644
--- a/tr/outvertex.md
+++ b/tr/outvertex.md
@@ -13,15 +13,15 @@ The `@OutVertex` takes no parameters and is used only on get methods that themse
 
 ## İŞLEM alma
 
-Valid method signatures: `( )`
+Geçerli yöntem imzaları: `( )`
 
-### Signature: `( )`
+### İmza: `( )`
 
-Valid return types: `VertexFrame`.
+Geçerli dönüş tipleri: `VertexFrame`.
 
 Get the tail vertex of the edge.
 
-example:
+örnek:
 
 ```java
 @OutVertex