Skip to content

Commit e2a69ec

Browse files
committed
Fixing spelling and grammar
1 parent 4c69887 commit e2a69ec

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/topology/pgr_nodeNetwork.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,16 @@ Calling ``pgr_nodeNetwork``.
126126
:start-after: --q4
127127
:end-before: --q5
128128

129-
Inspecting the generated table, we can see that edges 13 and 18 has been
130-
segmented
129+
Inspecting the generated table, we can see that edges 13 and 18 have been
130+
segmented.
131131

132132
.. literalinclude:: nodeNetwork.queries
133133
:start-after: --q5
134134
:end-before: --q6
135135

136136
.. rubric:: Update the topology
137137

138-
Add new segmentes to the edges table.
138+
Add new segments to the edges table.
139139

140140
.. literalinclude:: nodeNetwork.queries
141141
:start-after: --q6
@@ -171,7 +171,7 @@ Analyze the network for intersections.
171171
:start-after: --q11
172172
:end-before: --q12
173173

174-
Fixing an gap
174+
Fixing a gap
175175
...............................................................................
176176

177177
Store the deadends
@@ -186,16 +186,15 @@ Calling ``pgr_nodeNetwork``.
186186
:start-after: --q13
187187
:end-before: --q14
188188

189-
Inspecting the generated table, we can see that edges 13 and 18 has been
190-
segmented
189+
Inspecting the generated table, we can see that edge 14 has been segmented.
191190

192191
.. literalinclude:: nodeNetwork.queries
193192
:start-after: --q14
194193
:end-before: --q15
195194

196195
.. rubric:: Update the topology
197196

198-
Add new segmentes to the edges table.
197+
Add new segments to the edges table.
199198

200199
.. literalinclude:: nodeNetwork.queries
201200
:start-after: --q15

0 commit comments

Comments
 (0)