Skip to content

Commit 19d8d54

Browse files
committed
Fixed README
1 parent 3bd51aa commit 19d8d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The value can then be retrieved for further computations as a `BigDecimal` via t
8686
BigDecimal bigdec = decoded.getBigDecimal();
8787
```
8888

89-
This is applicable to all predefined types; Also, any class inheriting from `Binary<T>` has access to various helper methods, which are listed in the [JavaDoc](https://javadoc.syntaxerror.at/ieee754-java/latest/at/syntaxerror/ieee754/binary/Binary.html).
89+
This is applicable to all predefined types; Also, any class inheriting from `Binary<T>` has access to various helper methods, which are listed in the [JavaDoc](https://javadoc.syntaxerror.at/ieee754-java/latest/ieee754java/at/syntaxerror/ieee754/binary/Binary.html).
9090

9191
### Custom Types
9292

0 commit comments

Comments
 (0)