Skip to content

Commit 85c1a07

Browse files
author
Alex Razoumov
committed
remove *One final thing*
1 parent c13a37e commit 85c1a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/03-ranges-arrays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ different from languages like Python where this does not happen.
8181

8282
## Indexing elements
8383

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:
84+
We can retrieve and reset specific values of an array using `[]` notation. Let's try retrieving and setting a
85+
specific value in our example so far:
8686

8787
```chpl
8888
var example_range = 0..10;

0 commit comments

Comments
 (0)