diff --git a/Lists.md b/Lists.md index 583a2b1..e799d64 100644 --- a/Lists.md +++ b/Lists.md @@ -41,7 +41,7 @@ While the new item was added at the bottom in this example, it can be added anyw ## create list with item -The **create list with item** block lets you create a list that has the specified number of copies of an item. For example, the following blocks set the variable **words** to the list containing ["very", "very", "very"]. +The **create list with item** block lets you create a list that has the specified number of copies of an item. For example, the following blocks set the variable **words** to the list containing ["very", "very", "very", "very", "very"]. ![](list-create-list-with-item.png)