"git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "46f16a5e0b065865d9627ddbc179dc2ef2e7d802"
Commit 1e6a2f15 authored by Davis King's avatar Davis King
Browse files

Fixed grammar in comments.

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