Skip to content

Commit 86bd933

Browse files
committed
fix typo
1 parent 61239d0 commit 86bd933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/include/cugraph/graph_functions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ remove_self_loops(raft::handle_t const& handle,
12611261
* edgelist_edge_types.has_value() | @p edgelist_edge_start_times.has_value() | @p
12621262
* edgelist_edge_end_times.has_value()is true. If each edge has more than one property values, edge
12631263
* property values are compared in the order of weight (if valid), edge ID (if valid), edge type (if
1264-
* vlaid), edge start time (if valid) and edge end time (if valid). Setting this to true incurs
1264+
* valid), edge start time (if valid) and edge end time (if valid). Setting this to true incurs
12651265
* performance overhead as this requires more comparisons.
12661266
* @return Tuple of vectors storing edge sources, destinations, optional weights, optional edge ids,
12671267
* optional edge types, optional edge start times and optional edge end times.

0 commit comments

Comments
 (0)