From 0a018953be27621033abb2451c82ebdf0c95e941 Mon Sep 17 00:00:00 2001 From: zero4994 Date: Fri, 25 Jan 2019 09:22:08 +0900 Subject: [PATCH] Fixed typo --- src/data-structures/linked-list/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data-structures/linked-list/README.md b/src/data-structures/linked-list/README.md index 2c02df61..02545e77 100644 --- a/src/data-structures/linked-list/README.md +++ b/src/data-structures/linked-list/README.md @@ -156,7 +156,7 @@ O(n) ### Examples -Some of real live usages are liste below: +Some of real live usages are listed below: - Snake Game You start the game with one node on the list which in thime and place is both the head and tail