mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402690
This commit is contained in:
parent
d31b2a4a17
commit
1f0633063a
@ -137,7 +137,7 @@ namespace dlib
|
||||
!*/
|
||||
|
||||
operator const T& (
|
||||
);
|
||||
) const;
|
||||
/*!
|
||||
ensures
|
||||
- if (is_ready() == false) then
|
||||
@ -159,7 +159,7 @@ namespace dlib
|
||||
!*/
|
||||
|
||||
const T& get (
|
||||
);
|
||||
) const;
|
||||
/*!
|
||||
ensures
|
||||
- if (is_ready() == false) then
|
||||
|
Loading…
Reference in New Issue
Block a user