Skip to content

Commit db947b2

Browse files
authored
Added missing backtick to laplacian_matrix docstring (#218)
1 parent c660306 commit db947b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linalg/spectral.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Return a sparse [Laplacian matrix](https://en.wikipedia.org/wiki/Laplacian_matri
8585
for a graph `g`, indexed by `[u, v]` vertices. `T` defaults to `Int` for both graph types.
8686
8787
### Optional Arguments
88-
`dir=:unspec`: `:unspec`, `:both`, :in`, and `:out` are currently supported.
88+
`dir=:unspec`: `:unspec`, `:both`, `:in`, and `:out` are currently supported.
8989
For undirected graphs, `dir` defaults to `:out`; for directed graphs,
9090
`dir` defaults to `:both`.
9191
"""

0 commit comments

Comments
 (0)