Skip to content

Commit

Permalink
add 740 to unintended number list
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 31, 2024
1 parent 63dcade commit 98aa00a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ const numbers = [
const technicallyIncorrectNumbers = [
{
value: '775',
message: 'The chmod octal permission mode for full access'
message: 'The "775" chmod octal permission mode'
},
{
value: '740',
message: 'The "740" chmod octal permission mode'
},
{
value: '255',
Expand Down

0 comments on commit 98aa00a

Please sign in to comment.