Fixed typo in spec

This commit is contained in:
Davis King 2018-02-21 07:58:27 -05:00
parent f62d047412
commit c3d52caaa1

View File

@ -185,7 +185,7 @@ namespace dlib
) const;
/*!
requires
- idx < num_detectors
- idx < num_detectors()
ensures
- returns the idx-th weight vector loaded into this object. All the weight vectors
have the same dimension and logically each represents a different detector.