Skip to content

Commit ccd04d8

Browse files
authored
Merge pull request #62 from Antonin-netalis/main
typo in readme : makeGeodectic -> makeGeodetic
2 parents 10ae6bf + 0fdd5be commit ccd04d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $point = Point::make(51.087, 8.76);
152152
You will notice that there are 3 different make methods for the Point class with different parameters:
153153

154154
1. `make(...)`
155-
2. `makeGeodectic(...)`
155+
2. `makeGeodetic(...)`
156156
3. `makeEmpty(...)`
157157

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

0 commit comments

Comments
 (0)