Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 26, 2024
1 parent 96666da commit 9760faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use core::fmt;

use thiserror::Error;

/// Generic errors for WKT writing and reading
#[derive(Error, Debug)]
/// WKT to [`geo_types`] conversions errors
pub enum Error {
#[error("Only 2D input is supported when writing Rect to WKT.")]
RectUnsupportedDimension,
Expand Down

0 comments on commit 9760faf

Please sign in to comment.