Skip to content

Commit a39dc72

Browse files
committed
Fix typo in docstring
1 parent 5e45b00 commit a39dc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contour.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl Contour {
239239
#[cfg(feature = "geojson")]
240240
/// Convert the contour to a struct from the `geojson` crate.
241241
///
242-
/// To get a string reresentation, call to_geojson().to_string().
242+
/// To get a string representation, call to_geojson().to_string().
243243
/// ```
244244
/// use contour::ContourBuilder;
245245
///

0 commit comments

Comments
 (0)