Skip to content

Commit

Permalink
Call enums enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Feb 3, 2022
1 parent da124bc commit 6d9e3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Enums

### Dimension

This [class](src/Dimension.php) provides constants to define the dimension of
This [enum](src/Dimension.php) provides constants to define the dimension of
geometric objects.

### GeometryType

This [class](src/GeometryType.php) provides constants to define the type of
This [enum](src/GeometryType.php) provides constants to define the type of
geometric objects.

Value Objects
Expand Down

0 comments on commit 6d9e3bf

Please sign in to comment.