Skip to content

Commit dc0ad40

Browse files
committed
Clarify what Convert does
1 parent b36ef8c commit dc0ad40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geo/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
//!
153153
//! ## Conversion
154154
//!
155-
//! - **[`Convert`]**: Convert (infalliby) the type of a geometry’s coordinate value
156-
//! - **[`TryConvert`]**: Convert (falliby) the type of a geometry’s coordinate value
155+
//! - **[`Convert`]**: Convert (infalliby) the numeric type of a geometry’s coordinate value
156+
//! - **[`TryConvert`]**: Convert (falliby) the numeric type of a geometry’s coordinate value
157157
//! - **[`ToDegrees`]**: Radians to degrees coordinate transforms for a given geometry.
158158
//! - **[`ToRadians`]**: Degrees to radians coordinate transforms for a given geometry.
159159
//!

0 commit comments

Comments
 (0)