From 845df1dc0d22425859f593405db9016253ad08a8 Mon Sep 17 00:00:00 2001 From: Augusto Date: Tue, 25 Jun 2019 10:46:24 +0100 Subject: [PATCH] fix some typo --- subjects/listclear.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/listclear.en.md b/subjects/listclear.en.md index 4606a86e6..537abebc9 100644 --- a/subjects/listclear.en.md +++ b/subjects/listclear.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a function `ListClear` that delets all `nodes` from a linked list, deleting the link between the list. +Write a function `ListClear` that deletes all `nodes` from a linked list, deleting the link between the list. - Tip: assign the list's pointer to nil