Skip to content

Commit

Permalink
remove English text
Browse files Browse the repository at this point in the history
  • Loading branch information
EssaAlshammri committed Apr 1, 2024
1 parent 8b1f7e3 commit ac61035
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/docs/go-fundamentals/arrays-and-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ func Sum(numbers []int) int {

اتضح أن إصلاح مشاكل المترجم كان كل ما يتعين علينا القيام به هنا وستنجح الاختبارات الاختبارات!

## Refactor

We already refactored `Sum` - all we did was replace arrays with slices, so no extra changes are required.
Remember that we must not neglect our test code in the refactoring stage - we can further improve our `Sum` tests.

## إعادة الكتابة

Expand Down

0 comments on commit ac61035

Please sign in to comment.