Skip to content

Commit a661d8d

Browse files
committed
ditto
1 parent 47da072 commit a661d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(BOOKTABLE ,
1616
$(TR $(TDNW $(MREF mir,series)★) $(TD Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search.))
1717
$(TR $(TDNW $(MREF mir,container,binaryheap)★) $(TD BetterC rework of `std.container.binaryheap`.))
1818
$(LEADINGROW Graphs)
19-
$(TR $(TDNW $(MREF mir,graph) WIP) $(TD Basic routines to work with graphs))
19+
$(TR $(TDNW $(MREF mir,graph)) $(TD Basic routines to work with graphs))
2020
$(TR $(TDNW $(MREF mir,graph,tarjan)★) $(TD Tarjan's strongly connected components algorithm))
2121
$(LEADINGROW Interpolation)
2222
$(TR $(TDNW $(MREF mir,interpolate)★) $(TD Interpolation algorithms))

source/mir/ndslice/concatenation.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
2323
Copyright: Copyright © 2017-, Ilya Yaroshenko
2424
Authors: Ilya Yaroshenko
2525
26-
See_also: $(SUBMODULE fuse)
26+
See_also: $(SUBMODULE fuse) submodule.
2727
2828
Macros:
2929
SUBMODULE = $(MREF_ALTTEXT $1, mir, ndslice, $1)

0 commit comments

Comments
 (0)