From c0caca27d011e1bdbddce19cabba802a4c660db3 Mon Sep 17 00:00:00 2001 From: Evan Demaris Date: Thu, 16 Nov 2017 22:45:23 -0800 Subject: [PATCH] Typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d605722..6d993bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction -Here is my solutions for LeetCode OJ. It tries to find the solution for all supported langauges. It's the big challenge for me. +Here are my solutions for LeetCode OJ. They try to find the solution for all supported languages. It's the big challenge for me. # Problems - [1. Two Sum] (https://leetcode.com/problems/two-sum)