Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreixel committed Apr 1, 2014
1 parent 090ca42 commit 52c0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GHC/TypeLits.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data Symbol
class KnownNat (n :: Nat) where
natSing :: SNat n

-- | This class gives the integer associated with a type-level symbol.
-- | This class gives the string associated with a type-level symbol.
-- There are instances of the class for every concrete literal: "hello", etc.
--
-- /Since: 4.7.0.0/
Expand Down

0 comments on commit 52c0b09

Please sign in to comment.