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