Skip to content

Commit

Permalink
Merge #817
Browse files Browse the repository at this point in the history
817: fix typo in deprecation message r=nyurik,frewsxcv a=michaelkirk

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---


Co-authored-by: Michael Kirk <[email protected]>
  • Loading branch information
bors[bot] and michaelkirk authored Apr 22, 2022
2 parents a7158b5 + 5a22dc8 commit 84af61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/map_coords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ pub(crate) mod deprecated {
/// Map a function over all the coordinates in an object in place
#[deprecated(
since = "0.21.0",
note = "use `MapCoordsInPlace::try_map_coords_in_place` instead"
note = "use `MapCoordsInPlace::map_coords_in_place` instead"
)]
pub trait MapCoordsInplace<T>: MapCoordsInPlace<T> {
/// Apply a function to all the coordinates in a geometric object, in place
Expand Down

0 comments on commit 84af61f

Please sign in to comment.