Skip to content

Commit 8e3bf94

Browse files
committed
Fixed spelling mistakes and edit the problem statement sentence and solution sentence to reflect codes intention
1 parent febe194 commit 8e3bf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/arrays/define-ranges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ chapter: Arrays
55
---
66
## Problem
77

8-
You want to define range in array.
8+
You want to define a range in an array.
99

1010
## Solution
1111

12-
There are two method to define range of an array element in CoffeeScript.
12+
There are two ways to define a range of array elements in CoffeeScript.
1313

1414
{% highlight coffeescript %}
1515

0 commit comments

Comments
 (0)