MikeMcl / bignumber.js

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
http://mikemcl.github.io/bignumber.js
MIT License
6.63k stars 743 forks source link

Fix missing closing parenthesis in doc comment in bignumber.d.ts #359

Closed mirumirumi closed 9 months ago

mirumirumi commented 9 months ago

Hi! Thank you for your cooperation :)

MikeMcl commented 9 months ago

It should be

0.1 > (0.3 - 0.2) 
mirumirumi commented 9 months ago

Absolutely!

mirumirumi commented 9 months ago

I fixed it.