Skip to content

Commit

Permalink
💄 Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Apr 16, 2018
1 parent fe8beaa commit 75626d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Cuid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sub _encode_base36 {

# also return this as a string of exactly $max characters; note
# that this means numbers above 36**$max - 1 will be truncated to
# $max and be incorrect, unless $max is increased
# $max size and be incorrect, unless $max is increased
substr sprintf( '%0*s' => $max, scalar reverse $res ), 0 - $max;
}

Expand Down

0 comments on commit 75626d0

Please sign in to comment.