Skip to content

Commit

Permalink
fix markdown link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Jun 13, 2016
1 parent 65a112b commit 1d3c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fmt.Println("1 feet in meters = ", ft.Meters())
```

Please note the resulting precision is limited to the float64 type. A version of this lib using big decimal
numbers would be welcome, when (golang/issues/12127)[https://github.com/golang/go/issues/12127] has been resolved.
numbers would be welcome, when [golang/issues/12127](https://github.com/golang/go/issues/12127) has been resolved.


# Temperature
Expand Down

0 comments on commit 1d3c296

Please sign in to comment.