Fix comment
This commit is contained in:
parent
364c834aea
commit
55ef25ac07
|
@ -17,7 +17,7 @@ using namespace i18n::phonenumbers;
|
||||||
static const PhoneNumberUtil* const phoneUtil = PhoneNumberUtil::GetInstance();
|
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>
|
template <typename T>
|
||||||
T clamp(const T& n, const T& lower, const T& upper) {
|
T clamp(const T& n, const T& lower, const T& upper) {
|
||||||
|
|
Loading…
Reference in New Issue