mirror of
https://github.com/kepler155c/opus
synced 2025-12-18 14:18:06 +00:00
package manager
This commit is contained in:
@@ -507,7 +507,7 @@ function Util.matches(str, pattern)
|
||||
return t
|
||||
end
|
||||
|
||||
function Util.startsWidth(s, match)
|
||||
function Util.startsWith(s, match)
|
||||
return string.sub(s, 1, #match) == match
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user