mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18: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
|
/// [`Sketch`] validation failed
|
||||||
#[derive(Clone, Debug, thiserror::Error)]
|
#[derive(Clone, Debug, thiserror::Error)]
|
||||||
pub enum SketchValidationError {
|
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)]
|
#[error(transparent)]
|
||||||
ObjectNotExclusivelyOwned(#[from] ObjectNotExclusivelyOwned),
|
ObjectNotExclusivelyOwned(#[from] ObjectNotExclusivelyOwned),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user