Skip to content

Commit 089eaab

Browse files
committed
fix docs
1 parent 0a9e077 commit 089eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/slice.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ $(TR $(TD A $(B fully defined slice) is an empty sequence
404404
or a sequence composed of $(B indexes) and at least one
405405
$(B interval) with an overall length equal to `N`.)
406406
$(STD `[]`, `[3..$,0..3,0..$-1]`, `[2,0..$,1]`))
407-
$(TR $(TD An $(B indexed slice) is syntax sugar for $(SUBREF indexed, topology) and $(SUBREF cartesian, topology).
407+
$(TR $(TD An $(B indexed slice) is syntax sugar for $(SUBREF topology, indexed) and $(SUBREF topology, cartesian).)
408408
$(STD `[anNdslice]`, `[anNdsliceForCartesian0, anNdsliceForCartesian1]`))
409409
)
410410

0 commit comments

Comments
 (0)