chore: fix error message

pull/795/head
Jesse Wright 1 year ago
parent ecc4e5c047
commit fe5b0a8b31
  1. 2
      lib/oxrdf/src/blank_node.rs

@ -114,7 +114,7 @@ impl TryFrom<Term> for BlankNode {
Ok(node)
} else {
Err(TermCastErrorKind::Msg(format!(
"Cannot convert a term to a blank node: {}",
"Cannot convert term to a blank node: {}",
term
))
.into())

Loading…
Cancel
Save