diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-08 17:16:16 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-08 17:16:16 (EST) |
commit | 7e76a86a522f434e26cecd676fd5c05d403fad80 (patch) | |
tree | 57a67d6c1ce3e7015e789f1be39f40c3843eb022 | |
parent | 8674685a981bc434e86f3673fe40515e18311491 (diff) | |
download | decmath.js-7e76a86a522f434e26cecd676fd5c05d403fad80.zip decmath.js-7e76a86a522f434e26cecd676fd5c05d403fad80.tar.gz decmath.js-7e76a86a522f434e26cecd676fd5c05d403fad80.tar.bz2 |
lib/decmath.js: s/arithmetic/math/
-rw-r--r-- | lib/decmath.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decmath.js b/lib/decmath.js index 348af6a..ad79ec5 100644 --- a/lib/decmath.js +++ b/lib/decmath.js @@ -1,5 +1,5 @@ /* - * lib/decmath.js - Fast and light decimal arithmetic + * lib/decmath.js - Fast and light decimal math * * @licstart The following is the entire license notice for the * JavaScript code in this file. |