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]
2222-1
2323
2424julia> 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 $(nameof ( IdOffsetRange)) { $( nameof ( Int)) , UnitRange{$( nameof ( Int)) }} with indices -1:1 at index [3]
2626```
2727
2828If the range doesn't start at 1, the values may be different from the indices:
@@ -37,7 +37,7 @@ julia> ro[-1]
37379
3838
3939julia> 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 $(nameof ( IdOffsetRange)) { $( nameof ( Int)) , UnitRange{$( nameof ( Int)) }} with indices -1:1 at index [3]
4141```
4242
4343# Extended help
You can’t perform that action at this time.
0 commit comments