File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ julia> ro[-1]
22
22
-1
23
23
24
24
julia> ro[3]
25
- ERROR: BoundsError: attempt to access 3-element IdOffsetRange{$ Int , UnitRange{$ Int }} with indices -1:1 at index [3]
25
+ ERROR: BoundsError: attempt to access 3-element $( IdOffsetRange{Int, UnitRange{Int}}) with indices -1:1 at index [3]
26
26
```
27
27
28
28
If the range doesn't start at 1, the values may be different from the indices:
@@ -37,7 +37,7 @@ julia> ro[-1]
37
37
9
38
38
39
39
julia> ro[3]
40
- ERROR: BoundsError: attempt to access 3-element IdOffsetRange{$ Int , UnitRange{$ Int }} with indices -1:1 at index [3]
40
+ ERROR: BoundsError: attempt to access 3-element $( IdOffsetRange{Int, UnitRange{Int}}) with indices -1:1 at index [3]
41
41
```
42
42
43
43
# Extended help
You can’t perform that action at this time.
0 commit comments