"docs/source/api/vscode:/vscode.git/clone" did not exist on "e16e895d5364cdff243c2fb548e27fbc6366bf2b"
Commit f63a2cb5 authored by Davis King's avatar Davis King
Browse files

fixed typo in spec

parent 38353610
...@@ -1429,7 +1429,7 @@ namespace dlib ...@@ -1429,7 +1429,7 @@ namespace dlib
); );
/*! /*!
requires requires
- m.size() > 9 - m.size() > 0
ensures ensures
- Like max_point(), this function finds the location in m with the largest - Like max_point(), this function finds the location in m with the largest
value. However, we additionally use some quadratic interpolation to find the value. However, we additionally use some quadratic interpolation to find the
......
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