Skip to content

Commit 2f55cce

Browse files
authored
Merge pull request #448 from domenkozar/patch-1
typos
2 parents 0db02e4 + 5277e66 commit 2f55cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GitHub/Data/Definitions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ data Organization = Organization
121121
instance NFData Organization where rnf = genericRnf
122122
instance Binary Organization
123123

124-
-- | In practic, you cam't have concrete values of 'Owner'.
124+
-- | In practice you can't have concrete values of 'Owner'.
125125
newtype Owner = Owner (Either User Organization)
126126
deriving (Show, Data, Typeable, Eq, Ord, Generic)
127127

0 commit comments

Comments
 (0)