Commit 1e6a2f15 authored by Davis King's avatar Davis King

Fixed grammar in comments.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402668
parent 562e8758
......@@ -648,7 +648,7 @@ namespace dlib
/*!A wrap_function
This is a template that allows you to turn a global function into a
function object. The reason for this templates existance is so you can
function object. The reason for this template's existance is so you can
do stuff like this:
template <typename T>
......
......@@ -120,7 +120,7 @@ namespace dlib
) const;
/*!
ensures
- if (this->set() has been called and succeeded) then
- if (this->set() has been called) then
- returns true
- else
- returns false
......
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