mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed grammar in comments.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402668
This commit is contained in:
parent
562e875867
commit
1e6a2f15fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user