AWS neptune-analytics documentation change
Summary
Fixed grammatical error in BFS algorithm description
Security assessment
Grammatical correction with no impact on security documentation or vulnerabilities.
Diff
diff --git a/neptune-analytics/latest/userguide/bfs-algorithms.md b/neptune-analytics/latest/userguide/bfs-algorithms.md index d37ed5d11..c1d313897 100644 --- a//neptune-analytics/latest/userguide/bfs-algorithms.md +++ b//neptune-analytics/latest/userguide/bfs-algorithms.md @@ -9 +9 @@ Breadth-first search (BFS) path-finding algorithms search for nodes in breadth-f -They can systematically explore and evaluates all neighboring nodes from a starting point before moving on to the neighbors of those nodes, which ensures that the algorithm searches the shallowest levels of the graph first. +They can systematically explore and evaluate all neighboring nodes from a starting point before moving on to the neighbors of those nodes, which ensures that the algorithm searches the shallowest levels of the graph first.