diff --git a/lib/linguist/file_blob.rb b/lib/linguist/file_blob.rb index 7c0359e1..7dbecb42 100644 --- a/lib/linguist/file_blob.rb +++ b/lib/linguist/file_blob.rb @@ -1,7 +1,7 @@ require 'linguist/blob_helper' module Linguist - # A FileBlob is a wrapper around an File object to make it quack + # A FileBlob is a wrapper around a File object to make it quack # like a Grit::Blob. It provides the basic interface: `name`, # `data`, and `size`. class FileBlob