Skip to content

Commit 569b690

Browse files
committed
REl 0.1.0
1 parent a45fd80 commit 569b690

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ DAG(name::AbstractString, d::OrderedDict, df::DataFrame)
1616
## d_separation
1717
```@docs
1818
d_separation(d::DAG, first::SymbolList, second::SymbolList; debug=false)
19-
d_separation(d::DAG, first::SymbolList, second::SymbolList, cond::SymbolList; debug=false)```
19+
d_separation(d::DAG, first::SymbolList, second::SymbolList, cond::SymbolList; debug=false)
20+
```
2021

2122
## shipley_test
2223
```@docs

0 commit comments

Comments
 (0)