File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ class RRGraphBuilder {
356356 * This method does not preserve the order of edges. If you're
357357 * calling it after partition_edges has been called, you will
358358 * need to call partition_edges again.
359- * This operation is O(#RR Graph edges ) and should not be called frequently.
359+ * This operation is O(#Edges to be removed ) and should not be called frequently.
360360 *
361361 * @param rr_edges_to_remove list of RREdgeIds to be removed
362362 */
Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ class t_rr_graph_storage {
788788 * This method does not preserve the order of edges. If you're
789789 * calling it after partition_edges has been called, you will
790790 * need to call partition_edges again.
791- * This operation is O(#RR Graph edges ) and should not be called frequently.
791+ * This operation is O(#Edges to be removed ) and should not be called frequently.
792792 *
793793 * @param rr_edges_to_remove list of RREdgeIds to be removed
794794 */
You can’t perform that action at this time.
0 commit comments