Skip to content

Commit 137e29d

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Clean docs
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent bc33baa commit 137e29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ const nodes_list = [Node("node_$i") for i in 1:n_nodes]
9696
Node("node_7")
9797
```
9898

99-
You may access (but not modify) the `id` of a `Node` via the [`id`](@ref) function. `Node`s are reepresented throughout layers and interlayers via a struct named [`MultilayerVertex`](@ref). It has several convenience constructors, the most complete of them reads:
99+
You may access (but not modify) the `id` of a `Node` via the [`id`](@ref) function. `Node`s are represented throughout layers and interlayers via a struct named [`MultilayerVertex`](@ref). It has several convenience constructors, the most complete of them reads:
100100

101101
```julia
102102
MultilayerVertex(
103-
node::Node, # The Node that th evertex will represent
103+
node::Node, # The Node that the vertex will represent
104104
layer::Union{Nothing,Symbol}, # The layer which the `Node` will be represented in. Should be set to `nothing` when constructing layers.
105105
metadata::Union{<:NamedTuple,<:Tuple} # The metadata associated to this vertex
106106
)

0 commit comments

Comments
 (0)