lib/rcap/cap_1_1/polygon.rb in rcap-2.5.1 vs lib/rcap/cap_1_1/polygon.rb in rcap-2.6.0
- old
+ new
@@ -1,8 +1,8 @@
module RCAP
module CAP_1_1
# A Polygon object is valid if
- # * it has a minimum of three points
+ # * if points are given it has a minimum of three points
# * each Point object in the points collection is valid
class Polygon < RCAP::Base::Polygon
# @return [Class]
def point_class
Point