[Pkg-javascript-commits] [node-keese] 01/02: remove bogus "see below" from long description

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Tue Jul 22 21:20:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-keese.

commit 43711d22e1618f1a0ffb51a909a56d518314db13
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue Jul 22 21:18:38 2014 +0000

    remove bogus "see below" from long description
    
    Closes: #754562
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0edff9b..d318423 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,8 @@ Description: arbitrary-precision floats encoded as strings - Node.js module
  .
  keese can always generate a bigger value, a smaller value, and a value
  between two other values. This is trivial using numbers with x+1, x-1, and
- (x+y)/2 respectively. However, numbers have limited precision in JavaScript
- (see below), so instead keese uses strings.
+ (x+y)/2 respectively. However, numbers have limited precision in JavaScript,
+ so instead keese uses strings.
  .
  The string values are comparable with the builtin comparison operators (such
  as <), and keese can always generate a new value that satisfies the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-keese.git



More information about the Pkg-javascript-commits mailing list