Skip to content

Commit febe194

Browse files
committed
Fixed spelling error 'difine' to 'define'
1 parent 3d624a3 commit febe194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/arrays/define-ranges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ myLargeArray = [10...1]
4444

4545
Inclusive range always define by '..' operator.
4646

47-
Exclusive range difine by '...', and always omit the last value.
47+
Exclusive range define by '...', and always omit the last value.

0 commit comments

Comments
 (0)