Update doc comment

This commit is contained in:
Hanno Braun 2024-05-24 21:59:28 +02:00
parent 4f5e1d31fe
commit ae9291bce8

View File

@ -37,7 +37,7 @@ impl Validate for Sketch {
/// [`Sketch`] validation failed
#[derive(Clone, Debug, thiserror::Error)]
pub enum SketchValidationError {
/// Object within sketch referenced by more than one other object
/// An object that should be exclusively owned by another, is not
#[error(transparent)]
ObjectNotExclusivelyOwned(#[from] ObjectNotExclusivelyOwned),