Commit 8af047bf authored by Davis King's avatar Davis King

Fixed typo in comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404008
parent 94647651
...@@ -146,7 +146,6 @@ namespace dlib ...@@ -146,7 +146,6 @@ namespace dlib
/*! /*!
requires requires
- a is a sorted range of std::pair objects - a is a sorted range of std::pair objects
- b is a sorted range of std::pair objects
ensures ensures
- returns dot(a,a) - returns dot(a,a)
!*/ !*/
...@@ -160,7 +159,6 @@ namespace dlib ...@@ -160,7 +159,6 @@ namespace dlib
/*! /*!
requires requires
- a is a sorted range of std::pair objects - a is a sorted range of std::pair objects
- b is a sorted range of std::pair objects
ensures ensures
- returns std::sqrt(length_squared(a,a)) - returns std::sqrt(length_squared(a,a))
!*/ !*/
......
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