From 33d849e0e2c364ebce2b4d33a925f109197a71cd Mon Sep 17 00:00:00 2001 From: Joey Andres Date: Sat, 25 Apr 2015 18:47:27 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 704bfac..9df1c8e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ std::list result = dp3d.getLine(); Note that ```p2d``` and ```p3d``` are just ```tuple``` and ```tuple``` 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