From 62a0faa729593936cfd80b3996284f12da71dbf5 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Thu, 20 Aug 2015 12:23:52 -0400 Subject: [PATCH] let us --- test/test_grammars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_grammars.rb b/test/test_grammars.rb index 12b22bd6..6aab2935 100644 --- a/test/test_grammars.rb +++ b/test/test_grammars.rb @@ -136,7 +136,7 @@ class TestGrammars < Minitest::Test return license if license end - # Neither Licensee nor our own regex was able to detect the license, lets check the readme + # Neither Licensee nor our own regex was able to detect the license, let's check the readme files = Dir[File.join(ROOT, submodule, "*")] if readme = files.find { |path| File.basename(path) =~ /\Areadme\b/i } classify_license(readme)