We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febe194 commit 8e3bf94Copy full SHA for 8e3bf94
chapters/arrays/define-ranges.md
@@ -5,11 +5,11 @@ chapter: Arrays
5
---
6
## Problem
7
8
-You want to define range in array.
+You want to define a range in an array.
9
10
## Solution
11
12
-There are two method to define range of an array element in CoffeeScript.
+There are two ways to define a range of array elements in CoffeeScript.
13
14
{% highlight coffeescript %}
15
0 commit comments