AWS neptune-analytics documentation change
Summary
Fixed a typo in the explanation of single-source-shortest-path applications (changed 'differeent' to 'different').
Security assessment
The change is a minor typo correction with no security implications. No evidence of addressing security vulnerabilities or documenting security features.
Diff
diff --git a/neptune-analytics/latest/userguide/sssp-algorithms.md b/neptune-analytics/latest/userguide/sssp-algorithms.md index 84fdc3f37..40dcc643b 100644 --- a//neptune-analytics/latest/userguide/sssp-algorithms.md +++ b//neptune-analytics/latest/userguide/sssp-algorithms.md @@ -9 +9 @@ A single-source-shortest-path algorithm finds the shortest paths (or the distanc -By determining the most efficient routes from a single starting node to all other nodes in the graph, single-source-shortest-path can be used calculate the shortest distances or lowest cost required to reach each destination. This is applicable in GPS systems to find the fastest routes between a starting point and differeent destinations, and in logistics to optimize delivery routes, and in transportation planning for efficient navigation through road networks. +By determining the most efficient routes from a single starting node to all other nodes in the graph, single-source-shortest-path can be used to calculate the shortest distances or lowest cost required to reach each destination. This is applicable in GPS systems to find the fastest routes between a starting point and different destinations, and in logistics to optimize delivery routes, and in transportation planning for efficient navigation through road networks.