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 3d624a3 commit febe194Copy full SHA for febe194
chapters/arrays/define-ranges.md
@@ -44,4 +44,4 @@ myLargeArray = [10...1]
44
45
Inclusive range always define by '..' operator.
46
47
-Exclusive range difine by '...', and always omit the last value.
+Exclusive range define by '...', and always omit the last value.
0 commit comments