mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Update doc comment
This commit is contained in:
parent
4f5e1d31fe
commit
ae9291bce8
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user