Skip to content

Commit

Permalink
#79 msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 15, 2023
1 parent e68e61b commit 8e97e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Sodg {
}
if parts[0].contains('.') {
errors.push(format!(
"Edge label from ν{} to ν{} has a dot inside: '{}'",
"Edge label from ν{} to ν{} has a dot inside the head part: '{}'",
v, e.to, e.a
));
}
Expand Down

0 comments on commit 8e97e9d

Please sign in to comment.