Commit 2bee8684 authored by Davis King's avatar Davis King

fixed typo in spec

parent 6dc8f42a
...@@ -94,7 +94,7 @@ namespace dlib ...@@ -94,7 +94,7 @@ namespace dlib
- returns true if all the parts in obj are contained within obj.get_rect(). - returns true if all the parts in obj are contained within obj.get_rect().
That is, returns true if and only if, for all valid i, the following is That is, returns true if and only if, for all valid i, the following is
always true: always true:
obj.get_rect().contains(obj.parts()[i]) == true || obj.parts()[i] == OBJECT_PART_NOT_PRESENT obj.get_rect().contains(obj.part(i)) == true || obj.part(i) == OBJECT_PART_NOT_PRESENT
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment