We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6305d1 commit 6740a4eCopy full SHA for 6740a4e
src/core/errors.rs
@@ -9,7 +9,7 @@ where
9
V: Copy + Eq,
10
HE: Copy + Eq,
11
{
12
- /// Error when a HyperedgeIndex was not found.
+ /// Error when a `HyperedgeIndex` was not found.
13
#[error("HyperedgeIndex {0} was not found")]
14
HyperedgeIndexNotFound(HyperedgeIndex),
15
@@ -66,7 +66,7 @@ where
66
#[error("At least two hyperedges must be provided to be joined")]
67
HyperedgesInvalidJoin,
68
69
- /// Error when a VertexIndex was not found.
+ /// Error when a `VertexIndex` was not found.
70
#[error("VertexIndex {0} was not found")]
71
VertexIndexNotFound(VertexIndex),
72
0 commit comments