Skip to content

Commit

Permalink
Merge pull request #62 from Antonin-netalis/main
Browse files Browse the repository at this point in the history
typo in readme : makeGeodectic -> makeGeodetic
  • Loading branch information
saibotk authored Aug 10, 2023
2 parents 10ae6bf + 0fdd5be commit ccd04d8
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 ccd04d8

Please sign in to comment.