From 8da83cd9dcead29423a22c7044b8125ff23a71b4 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 26 Jul 2018 15:33:00 +0300 Subject: [PATCH] Update contribution guide. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 651a9f3d..f486394c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ related `README.xx-XX.md` files in each of them. **Contributing New Algorithms** -- Make you pull requests to be **specific** and **focused**. Instead of +- Make your pull requests to be **specific** and **focused**. Instead of contributing "several sorting algorithms" all at once contribute them all one by one separately (i.e. one pull request for "Quick Sort", another one for "Heap Sort" and so on).