From 3dc5a9fea286f0cc54f046a941777ff82c1a7ce6 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 18 Apr 2022 16:15:24 +0800 Subject: [PATCH] update doc --- docs/lib3x-zip.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib3x-zip.md b/docs/lib3x-zip.md index 8f305f31..82953bf9 100644 --- a/docs/lib3x-zip.md +++ b/docs/lib3x-zip.md @@ -12,6 +12,7 @@ Make a list that aggregates elements from each of the lists. Returns a list of l ## Examples use ; + use ; xs = [10, 20, 30]; ys = [5, 15, 25];