Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
nominator -> numerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Dec 16, 2012
1 parent 698dc1f commit 46184e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blind/reader.clj
Expand Up @@ -269,9 +269,9 @@

(defn- match-ratio
[s ^Matcher m]
(let [^String nominator (.group m 1)
(let [^String numerator (.group m 1)
^String denominator (.group m 2)]
(/ (-> nominator BigInteger. BigInt/fromBigInteger Numbers/reduceBigInt)
(/ (-> numerator BigInteger. BigInt/fromBigInteger Numbers/reduceBigInt)
(-> denominator BigInteger. BigInt/fromBigInteger Numbers/reduceBigInt))))

(defn- match-float
Expand Down

0 comments on commit 46184e8

Please sign in to comment.