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 c13a37e commit 85c1a07Copy full SHA for 85c1a07
episodes/03-ranges-arrays.md
@@ -81,8 +81,8 @@ different from languages like Python where this does not happen.
81
82
## Indexing elements
83
84
-One final thing - we can retrieve and reset specific values of an array using `[]` notation. Let's try
85
-retrieving and setting a specific value in our example so far:
+We can retrieve and reset specific values of an array using `[]` notation. Let's try retrieving and setting a
+specific value in our example so far:
86
87
```chpl
88
var example_range = 0..10;
0 commit comments