From 01acc330054e174d254d6bb6eb9aabc8bfd823e5 Mon Sep 17 00:00:00 2001 From: H2O96 <41334415+H2O96@users.noreply.github.com> Date: Wed, 3 Jul 2019 03:24:27 +0200 Subject: [PATCH] Fixing indentation (#34125) * Fixing indentation * fix: corrected backticks --- guide/arabic/c/arrays-and-strings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/arabic/c/arrays-and-strings/index.md b/guide/arabic/c/arrays-and-strings/index.md index 18024917eb..f77c27e92d 100644 --- a/guide/arabic/c/arrays-and-strings/index.md +++ b/guide/arabic/c/arrays-and-strings/index.md @@ -196,4 +196,4 @@ char *strtok(char *str, const char *delim); * الصفائف هي مجموعات من المتغيرات. * تحتوي الصفائف على مواضع منفصلة يمكن الإعلان عنها باستخدام أقواس ، ويتم الوصول إليها باستخدام أقواس مربعة. * السلاسل عبارة عن صفائف أيضًا ، ولكن يمكننا التعامل معها بطريقة مختلفة قليلاً: يمكن الإعلان عنها باستخدام علامات اقتباس مزدوجة ، وطباعتها باستخدام٪ s. -* سلاسل لديها مكتبة خاصة بهم ، `string.h` ، والتي لديها بعض الوظائف المفيدة للاستخدام. \ No newline at end of file +* سلاسل لديها مكتبة خاصة بهم ، `string.h` ، والتي لديها بعض الوظائف المفيدة للاستخدام.