Commit 504382e1 authored by Davis King's avatar Davis King

Fixed typos in spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402688
parent b58c05f5
...@@ -92,7 +92,7 @@ namespace dlib ...@@ -92,7 +92,7 @@ namespace dlib
bool operator! ( bool operator! (
) const; ) const;
/*! /*!
ensuresobject.* ensures
- returns !is_set() - returns !is_set()
!*/ !*/
...@@ -102,7 +102,7 @@ namespace dlib ...@@ -102,7 +102,7 @@ namespace dlib
requires requires
- is_set() == true - is_set() == true
ensures ensures
- calls the bound function on the object specified by the last - calls the bound function on the object(s) specified by the last
call to this->set() call to this->set()
throws throws
- any exception thrown by the function specified by - any exception thrown by the function specified by
......
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