diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json index ba454c2b5..62922d20e 100644 --- a/snippet_data/snippetList.json +++ b/snippet_data/snippetList.json @@ -498,14 +498,14 @@ "type": "snippetListing", "title": "head", "attributes": { - "text": "Returns the head of a list.\n\nuse `lst[0]` to return the first element of the passed list.\n\n", + "text": "Returns the head of a list.\n\nUse `lst[0]` to return the first element of the passed list.\n\n", "tags": [ "list", "beginner" ] }, "meta": { - "hash": "6c86b52c2c7a56a4527114736664a3720b2026d2419b87daf36de6877ad0e4b0" + "hash": "1fb7995d9f0e0be9dc0a5bf68a65141922a52f682bcda6883afee98041a4e623" } }, { diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 608e42231..ed70598f0 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -787,7 +787,7 @@ "type": "snippet", "attributes": { "fileName": "head.md", - "text": "Returns the head of a list.\n\nuse `lst[0]` to return the first element of the passed list.\n\n", + "text": "Returns the head of a list.\n\nUse `lst[0]` to return the first element of the passed list.\n\n", "codeBlocks": { "code": "def head(lst):\n return lst[0]", "example": "head([1, 2, 3]); # 1" @@ -798,11 +798,11 @@ ] }, "meta": { - "hash": "6c86b52c2c7a56a4527114736664a3720b2026d2419b87daf36de6877ad0e4b0", + "hash": "1fb7995d9f0e0be9dc0a5bf68a65141922a52f682bcda6883afee98041a4e623", "firstSeen": "1566299332", - "lastUpdated": "1566299332", - "updateCount": 2, - "authorCount": 2 + "lastUpdated": "1577042472", + "updateCount": 3, + "authorCount": 3 } }, {