We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c14a2f commit 451d4f3Copy full SHA for 451d4f3
1 file changed
src/graph/creation.rs
@@ -88,7 +88,7 @@ where
88
kind: ErrorKind::DuplicateEdge,
89
message: format!(
90
"A duplicate edge was found: {}. \
91
- Set the `GraphSpecs.edge_dedupe_strategy` if a different
+ Set the `GraphSpecs.edge_dedupe_strategy` if a different \
92
behavior is desired.",
93
edge
94
),
0 commit comments