Skip to content

Commit 33d849e

Browse files
author
Joey Andres
committed
Update README.md
1 parent 5b4eb2a commit 33d849e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ std::list<p3d> result = dp3d.getLine();
3939

4040
Note that ```p2d``` and ```p3d``` are just ```tuple<double, double>``` and ```tuple<double, double, double>``` respectively.
4141

42-
## Using Costum Datatype:
42+
## Using Custom Datatype:
4343
If you have your own 2D class/struct, with ```getX``` and ```getY``` method is defined then:
4444
```cpp
4545
#include <list>

0 commit comments

Comments
 (0)