From b4906fc3b83bb6b8ccbf3a52f289fb34ab5e2022 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sun, 8 Dec 2013 15:24:53 -0800 Subject: [PATCH] Bit of docs --- lib/linguist/generated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb index c26c5f5c..7c607250 100644 --- a/lib/linguist/generated.rb +++ b/lib/linguist/generated.rb @@ -206,7 +206,7 @@ module Linguist !!name.match(/node_modules\//) end - # the php composer tool generates a look file to represent a specific dependency state. + # the php composer tool generates a lock file to represent a specific dependency state. # In general not meant for humans in pull requests. # # Returns true or false.