[doc][support status] fix typo: num_interior_rings should have been num_points

This commit is contained in:
Menelaos Karavelas 2014-07-17 03:10:55 +03:00
parent d16a343c0a
commit bf9c8aa3e4

View File

@ -260,7 +260,7 @@ void support_status()
test_unary_algorithm<length, all_types, OutputFactory>("length");
test_unary_algorithm<num_geometries, all_types, OutputFactory>("num_geometries");
test_unary_algorithm<num_interior_rings, all_types, OutputFactory>("num_interior_rings");
test_unary_algorithm<num_interior_rings, all_types, OutputFactory>("num_points");
test_unary_algorithm<num_points, all_types, OutputFactory>("num_points");
test_binary_algorithm<overlaps, all_types, all_types, OutputFactory>("overlaps");
test_unary_algorithm<perimeter, all_types, OutputFactory>("perimeter");
test_unary_algorithm<reverse, all_types, OutputFactory>("reverse");