Skip to content

Commit 1325a9d

Browse files
authored
doc: minor typo
Fix a minor typo in squaregrids doc string.
1 parent 0100d9e commit 1325a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/squaregrid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export SquareGrid, squaregrid
44
SquareGrid(; kwargs...)(adj_matrix)
55
squaregrid(adj_matrix; kwargs...)
66
7-
Position nodes on a 2 dimensional rectagular grid. The nodes are palced in order
7+
Position nodes on a 2 dimensional rectagular grid. The nodes are placed in order
88
from upper left to lower right. To skip positions see `skip` argument.
99
1010
Takes adjacency matrix representation of a network and returns coordinates of

0 commit comments

Comments
 (0)