Skip to content

Commit

Permalink
Update link in arrays-and-slices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EssaAlshammri committed Apr 1, 2024
1 parent d46d39e commit df2b591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/go-fundamentals/arrays-and-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: "المصفوفات (Arrays) والمصفوفات المرنة (Slices)"
تسمح لك المصفوفات بتخزين عناصر متعددة من نفس النوع في متغير بترتيب معين.

عندما يكون لديك مصفوفة، فمن الشائع جدًا أن تقوم بالتكرار عليها. لذلك دعونا
نستخدم [معرفتنا الجديدة بـ `for`](/ar/docs/go-fundamentals/iteration) لإنشاء دالة `Sum`. "مجموع" والتي ستقوم باخذ مجموعة من الأرقام وأرجع المجموع.
نستخدم [معرفتنا الجديدة بـ `for`](../iteration) لإنشاء دالة `Sum`. "مجموع" والتي ستقوم باخذ مجموعة من الأرقام وأرجع المجموع.

لنستخدم مهاراتنا في TDD

Expand Down

0 comments on commit df2b591

Please sign in to comment.