Skip to content

Commit

Permalink
Fix little typo -- the last one, I swear
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Jul 21, 2024
1 parent 020bb58 commit 0256405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-21-whats-the-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Fortunately, I found references to the GDAS early in the process.

I also look at various implementations of `BigDecimal` in other languages. I think my primary sources were:

- [the OpenJDK implementation](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/math/BigDecimal.java -- written in Java
- [the OpenJDK implementation](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/math/BigDecimal.java) -- written in Java
- [the IronPython implementation](https://github.com/IronLanguages/ironpython3/blob/main/Src/StdLib/Lib/decimal.py) - written in Python
- [the IronRuby implementation](https://github.com/IronLanguages/ironruby/tree/master/Src/Libraries/BigDecimal) - written in C#

Expand Down

0 comments on commit 0256405

Please sign in to comment.