Skip to content

Commit

Permalink
fix(comment): use correct number in comment PE-7433
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 21, 2025
1 parent 6abeb16 commit 7efe42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
function utils.validateUndername(name)
--- RULES FOR UNDERNAMES
--- min 1 char
--- max 51 chars
--- max 61 chars
--- no starting dashes or underscores
--- alphanumeric, dashes, underscores OR one '@' sign
local validLength = #name <= constants.MAX_UNDERNAME_LENGTH
Expand Down

0 comments on commit 7efe42f

Please sign in to comment.