Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 24, 2015
1 parent 7e808e7 commit 2fe0a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exact-real.cabal
@@ -1,8 +1,8 @@
name: exact-real
version: 0.11.0
version: 0.11.1
synopsis: Exact real arithmetic
description:
A type to represent exact real number using a fast binary Cauchy sequence
A type to represent exact real numbers using a fast binary Cauchy sequence
license: MIT
license-file: LICENSE
author: Joe Hermaszewski
Expand Down
2 changes: 1 addition & 1 deletion src/Data/CReal/Converge.hs
Expand Up @@ -41,7 +41,7 @@ class Converge a where
-- Nothing
converge :: a -> Maybe (Element a)

-- 'convergeErr' is a function that returns the value the stream is
-- | 'convergeErr' is a function that returns the value the stream is
-- converging to. It also takes a function err which returns a value which
-- varies monotonically with the error of the value in the stream. This can
-- be used to ensure that when 'convergeErr' terminates when given a
Expand Down

0 comments on commit 2fe0a3d

Please sign in to comment.