Fixed grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404038
This commit is contained in:
Davis King 2010-12-26 17:13:08 +00:00
parent f8786021dc
commit f3aa577974
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ namespace dlib
/*!A basic_type
This is a template that takes a type and trips off any const, volatile, or reference
This is a template that takes a type and strips off any const, volatile, or reference
qualifiers and gives you back the basic underlying type. So for example:
basic_type<const int&>::type == int