Skip to content

Commit

Permalink
Update spec_ext.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborsch authored Jun 23, 2024
1 parent b03cc76 commit cc57267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec_ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Arrays can be sliced with `my array [since X] [till Y]` expression. Both `since`

```
('the colors' is an integer-indexed array)
morning is colors till 6 (morning is an array, elements 0-5 of teh original array)
morning is the colors till 6 (morning is an array, elements 0-5 of teh original array)
```

### Array size
Expand Down

0 comments on commit cc57267

Please sign in to comment.