Fix comment

This commit is contained in:
Ben Merritt 2019-08-01 22:35:01 -07:00
parent 364c834aea
commit 55ef25ac07
No known key found for this signature in database
GPG Key ID: F8AD20ED4E6239B7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ using namespace i18n::phonenumbers;
static const PhoneNumberUtil* const phoneUtil = PhoneNumberUtil::GetInstance();
/**
* Clips a value to the given (inclusive) range
* Clamps a value to the given (inclusive) range
*/
template <typename T>
T clamp(const T& n, const T& lower, const T& upper) {