libs/datatypes: Fix typo
This commit is contained in:
parent
3492cb5e3d
commit
7fdb055265
1 changed files with 1 additions and 1 deletions
|
@ -306,6 +306,6 @@ function max(val, max)
|
|||
return false
|
||||
end
|
||||
|
||||
function ponedigit(val)
|
||||
function phonedigit(val)
|
||||
return (val:match("^[0-9\*#]+$") ~= nil)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue