From 6c6e1c2be31f2b063ef9ae9c81d4f522d5e9d153 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 28 Apr 2016 22:08:28 -0700 Subject: [PATCH] Use `array` and `iteratee`. [ci skip] --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 067b3943e..e12c9cdc5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,7 +48,7 @@ established in the code. - **Naming**:
Keep variable & method names concise & descriptive.
- Variable names `index`, `collection`, & `callback` are preferable to + Variable names `index`, `array`, & `iteratee` are preferable to `i`, `arr`, & `fn`. - **Quotes**: