Skip to content

Commit 7f7009b

Browse files
committed
Update index.js
1 parent fe7d71d commit 7f7009b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/algorithms/instructions/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ ${KEY_PROGRESS} bar; this will reset the animation to the start`,
134134
`The graph input panel is at the bottom and may need to be revealed
135135
by dragging the "..." up temporarily`,
136136
`Under the ${KEY_PLAY} button, toggle between sample graphs (eg Graph 1) and random graphs, or`,
137-
'edit text for X-Y node coordinates (this can change the graph size) and edges/weights (weights are ignored for unweighted graph algorithms), or',
138-
'enter X-Y node coordinates and edges/weights in tables below, or',
139-
'change X-Y node coordinates by selecting a node with the mouse and dragging it.',
137+
'Edit text for X-Y node coordinates (this can change the graph size) and edges/weights (weights are ignored for unweighted graph algorithms), or',
138+
'Enter X-Y node coordinates and edges/weights in tables below, or',
139+
'Change X-Y node coordinates by selecting a node with the mouse and dragging it.',
140140
`The graph size can also be explicitly increased/decreased - this generates a new random graph.`,
141141
`Edge weights (for weighted graph algorithms) can be toggled between Euclidean, Manhattan and as defined explicitly in the input.`,
142142
]

0 commit comments

Comments
 (0)