Correct article

This commit is contained in:
Joshua Peek
2011-06-14 00:11:41 -05:00
parent 67f30692e7
commit ed170084ca

View File

@@ -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