Skip to content

Commit da8a57b

Browse files
authored
Remove obsolete README section with broken link (#183)
The `COMPARISON.md` file was removed as "obsolete" in this PR: #178 However, the section in the README that linked to it remained. That link is now dead. This PR removes this now-obsolete section from README.md.
1 parent 4955628 commit da8a57b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,6 @@ cases. Further discussion:
330330

331331
One option that’s raised is allowing for greater precision in more capable environments. However, Decimal is all about avoiding unintended rounding. If rounding behavior depended on the environment, the goal would be compromised in those environments. Instead, this proposal attempts to find a single set of semantics that can be applied globally.
332332

333-
### What about decimals elsewhere (the JS ecosystem, other programming languages/systems)?
334-
335-
See [COMPARISON.md](./COMPARISON.md) for details.
336-
337333
### How does this proposal relate to other TC39 proposals like operator overloading?
338334

339335
See [RELATED.md](./RELATED.md) for details.

0 commit comments

Comments
 (0)