Skip to content

Commit

Permalink
Update range section of operators page to specify inclusivity (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoyBarney authored Oct 17, 2024
1 parent dc7436b commit 30aa003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax_and_semantics/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ literals.

| Operator | Description | Example | Overloadable |
|---|---|---|---|
| `..` | range | `1..10` | no |
| `..` | inclusive range | `1..10` | no |
| `...` | exclusive range | `1...10` | no |

### Splats
Expand Down

0 comments on commit 30aa003

Please sign in to comment.