Skip to content

Commit

Permalink
🗣
Browse files Browse the repository at this point in the history
  • Loading branch information
itorr committed Apr 3, 2020
1 parent 84ce6aa commit c281722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const homo = (Nums=>{

const demolish = num =>{
if(typeof num !== 'number')return '';
if(num<0)return '这么恶臭的自然常数有必要论证吗';
if(num<0)return '这么恶臭的数有必要论证吗';

if(Nums[num])return String(num);

Expand Down

0 comments on commit c281722

Please sign in to comment.