From 92196cf05eb90ce63dc0ad3b9fbadc7370509d19 Mon Sep 17 00:00:00 2001 From: Hermano Cabral Date: Wed, 2 Apr 2014 11:28:35 -0300 Subject: [PATCH] Fix a typo in the sublist.md file --- sublist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sublist.md b/sublist.md index 4d71be8399..f5da785e8c 100644 --- a/sublist.md +++ b/sublist.md @@ -1,3 +1,3 @@ -Write a function that given two determines if the first list is contained within +Write a function that given two lists determines if the first list is contained within the second list, if the second list is contained within the first list, if -both lists are contained within eachother or if none of these are true. +both lists are contained within each other or if none of these are true.