Skip to content

Commit

Permalink
Fixing Typo In Complement (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
insideoutclub committed Feb 27, 2023
1 parent d1616e7 commit 299b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::visit::IntoNodeReferences;

/// \[Generic\] complement of the graph
///
/// Computes the graph complement of the input Graphand stores it
/// Computes the graph complement of the input Graph and stores it
/// in the provided empty output Graph.
///
/// The function does not create self-loops.
Expand Down

0 comments on commit 299b5d9

Please sign in to comment.