From 2068475afd2dc6cf9bb78c43350c480a820f7d0e Mon Sep 17 00:00:00 2001 From: Jaid Date: Sat, 10 Oct 2020 05:52:27 +0200 Subject: [PATCH] Rebuilt readme with `tldw` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b4f2b4f..73246c2 100644 --- a/readme.md +++ b/readme.md @@ -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: