Fixed grammar in docs

This commit is contained in:
Davis King 2018-06-21 18:16:13 -04:00
parent cf8f5581bb
commit 64fb231240
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ ensures \n\
voted for any of the lines HP[i] in Hough space. Note, however, \n\
that if angle_window_size or radius_window_size are made so large \n\
that HP[i] overlaps HP[j] for i!=j then the overlapping regions \n\
of Hough space are assign to HP[i] or HP[j] arbitrarily. \n\
of Hough space are assigned to HP[i] or HP[j] arbitrarily. \n\
Therefore, all points in CONSTITUENT_POINTS are unique, that is, \n\
there is no overlap in points between any two elements of \n\
CONSTITUENT_POINTS." )
@ -430,7 +430,7 @@ ensures \n\
voted for any of the lines HP[i] in Hough space. Note, however,
that if angle_window_size or radius_window_size are made so large
that HP[i] overlaps HP[j] for i!=j then the overlapping regions
of Hough space are assign to HP[i] or HP[j] arbitrarily.
of Hough space are assigned to HP[i] or HP[j] arbitrarily.
Therefore, all points in CONSTITUENT_POINTS are unique, that is,
there is no overlap in points between any two elements of
CONSTITUENT_POINTS.