Skip to content

Commit

Permalink
typo in readme : makeGeodectic -> makeGeodetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin-netalis committed Aug 10, 2023
1 parent 10ae6bf commit 0fdd5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $point = Point::make(51.087, 8.76);
You will notice that there are 3 different make methods for the Point class with different parameters:

1. `make(...)`
2. `makeGeodectic(...)`
2. `makeGeodetic(...)`
3. `makeEmpty(...)`

Let's take a closer look to the first two:
Expand Down

0 comments on commit 0fdd5be

Please sign in to comment.