Commit cba82daf authored by Davis King's avatar Davis King

Added missing ;

parent ccfe985c
...@@ -62,7 +62,7 @@ namespace dlib ...@@ -62,7 +62,7 @@ namespace dlib
input_iterator ibegin, input_iterator ibegin,
input_iterator iend, input_iterator iend,
resizable_tensor& data resizable_tensor& data
) const ) const;
/*! /*!
requires requires
- [ibegin, iend) is an iterator range over input_type objects. - [ibegin, iend) is an iterator range over input_type objects.
......
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