Skip to content

Commit

Permalink
fixed comment on error type
Browse files Browse the repository at this point in the history
  • Loading branch information
cchexcode authored Apr 2, 2023
1 parent 2385562 commit 7bac970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-export/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub enum Error {
#[error("threemf error whilst exporting to 3MF file")]
ThreeMF(#[from] threemf::Error),

/// Threemf error whilst exporting to OBJ file
/// OBJ exporter error whilst exporting to OBJ file
#[error("obj error whilst exporting to OBJ file")]
OBJ,
}

0 comments on commit 7bac970

Please sign in to comment.