1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Children have a string of contents.

This commit is contained in:
Rob Rix 2016-05-20 15:50:15 -04:00
parent 765ac74532
commit b0c0f13b61

View File

@ -183,7 +183,7 @@ spec = parallel $ do
data Child = Child
{ childKey :: String
, childContentsLength :: Int
, childContents :: String
, childMargin :: String
}