Skip to content

Commit 5277e66

Browse files
authored
typos
1 parent f1c34a1 commit 5277e66

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)