Skip to content

Commit

Permalink
Fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 14, 2022
1 parent 2d0c50f commit 31cba5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Better Psalm annotations for geometry getters
- Removed outdated suggestion in `composer.json`
- Minor proxy code style improvements
- Minor documentation fixes & proxy code style improvements

## [0.8.0](https://github.com/brick/geo/releases/tag/0.8.0) - 2022-10-11

Expand Down
2 changes: 1 addition & 1 deletion src/Geometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function coordinateSystem() : CoordinateSystem
* Returns a copy of this Geometry, with the SRID altered.
*
* Note that only the SRID value is changed, the coordinates are not reprojected.
* Use transform() to reproject the Geometry to another SRID.
* Use GeometryEngine::transform() to reproject the Geometry to another SRID.
*
* @return static
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Surface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* A Surface is a 2-dimensional geometric object.
*
* A simple Surface may consists of a single "patch" that is associated with one "exterior boundary" and 0 or more
* A simple Surface may consist of a single "patch" that is associated with one "exterior boundary" and 0 or more
* "interior" boundaries. A single such Surface patch in 3-dimensional space is isometric to planar Surfaces, by a
* simple affine rotation matrix that rotates the patch onto the plane z = 0. If the patch is not vertical,
* the projection onto the same plane is an isomorphism, and can be represented as a linear transformation,
Expand Down

0 comments on commit 31cba5b

Please sign in to comment.