Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Andres committed Apr 26, 2015
1 parent 5b4eb2a commit 33d849e
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 @@ -39,7 +39,7 @@ std::list<p3d> result = dp3d.getLine();

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

## Using Costum Datatype:
## Using Custom Datatype:
If you have your own 2D class/struct, with ```getX``` and ```getY``` method is defined then:
```cpp
#include <list>
Expand Down

0 comments on commit 33d849e

Please sign in to comment.