Skip to content

Commit

Permalink
Rebuilt readme with tldw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Oct 10, 2020
1 parent 97683d6 commit 2068475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const result2 = sureArray([123])
const result3 = sureArray()
const result4 = sureArray(undefined)
const result5 = sureArray(null)
const result5 = sureArray([[123]])
const result6 = sureArray([[123]])
```

Variable `result` will be:
Expand Down

0 comments on commit 2068475

Please sign in to comment.