Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed May 13, 2020
1 parent 2cf153d commit 0cb7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/lib.rs
Expand Up @@ -25,7 +25,7 @@
//!
//! ## Optional Features (these can be activated in your `cargo.toml`)
//! The following optional features are available:
//! - `from-postgis`: convert `Geometry` types to and from [`PostGIS`](https://docs.rs/postgis) types.
//! - `postgis-integration`: convert `Geometry` types to and from [`PostGIS`](https://docs.rs/postgis) types.
//! - `use-proj`: enable coordinate conversion and transformation of `Point` geometries using the [`proj`](https://docs.rs/proj) crate
//! - `use-serde`: enable serialisation of geometries using `serde`.
//!
Expand Down

0 comments on commit 0cb7043

Please sign in to comment.