1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 16:33:03 +03:00

remove inaccurate comment

This commit is contained in:
Patrick Thomson 2018-06-04 18:59:15 -04:00
parent 96771f8ebf
commit 11d116d893

View File

@ -26,7 +26,7 @@ import Data.Source as Source
data Blob = Blob
{ blobSource :: Source -- ^ The UTF-8 encoded source text of the blob.
, blobPath :: FilePath -- ^ The file path to the blob.
, blobLanguage :: Language -- ^ The language of this blob. Nothing denotes a langauge we don't support yet.
, blobLanguage :: Language -- ^ The language of this blob.
}
deriving (Show, Eq, Generic, Message, Named)