Skip to content

Commit 388b32f

Browse files
authored
fix readme typo
1 parent 627aba0 commit 388b32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
SpatialGraphs.jl introduces the `AbstractSpatialGraph`. `AbstractSpatialGraphs`
88
are a subtype of `LightGraphs.AbstractGraph`, and can be weighted or directed.
9-
AbstractSpatialGraphs are AbstractGraphs, methods from LightGraphs.jl work right
9+
AbstractSpatialGraphs are AbstractGraphs, so methods from LightGraphs.jl work right
1010
out of the box.
1111

1212
`AbstractSpatialGraph`s themselves contain an `AbstractGraph` in addition to

0 commit comments

Comments
 (0)