Skip to content

Commit 69cf10f

Browse files
authored
Merge pull request #54 from musoke/patch-1
doc: minor typo
2 parents 0100d9e + 1325a9d commit 69cf10f

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)