From 2b36c42c9962e3c7c7d3bd0beecee5f9b802d1a3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 29 Jun 2019 10:02:47 +0800 Subject: [PATCH] update doc --- docs/lib2-slice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2-slice.md b/docs/lib2-slice.md index d9cd36a9..ee0fc6ab 100644 --- a/docs/lib2-slice.md +++ b/docs/lib2-slice.md @@ -8,7 +8,7 @@ Returns a list selected from `begin` to `end`, or to the `end` of the list (`end - `lt` : The original list. - `begin` : The beginning index, inclusive. -- `end` : The ending index, exclusive. If it's omitted, the substring begins with the character at the specified `begin` and extends to the end of the original string. +- `end` : The ending index, exclusive. If it's omitted, the list begins with the character at the specified `begin` and extends to the end of the original list. ## Examples