Skip to content

Commit

Permalink
docs: break line up into more readable lines
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 17, 2024
1 parent d371021 commit 04c5f69
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions calculate/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// Package calculations implements various finance equations used in the rest of the package.
// Package calculate implements various finance equations used in the rest of the package.
//
// Please remember, investing carries inherent risks including but not limited to the potential loss of principal. Past performance is no guarantee of future results. The data, equations, and calculations in these docs and code are for informational purposes only and should not be considered financial advice. It is important to carefully consider your own financial situation before making any investment decisions. You should seek the advice of a licensed financial professional before making any investment decisions. You should seek code review of an experienced software developer before consulting this library (or any library that imports it) to make investment decisions.
// Please remember, investing carries inherent risks including but not limited to the potential loss of principal.
// Past performance is no guarantee of future results. The data, equations, and calculations in these docs and code are
// for informational purposes only and should not be considered financial advice. It is important to carefully consider
// your own financial situation before making any investment decisions. You should seek the advice of a licensed
// financial professional before making any investment decisions. You should seek code review of an experienced software
// developer before consulting this library (or any library that imports it) to make investment decisions.
package calculate

0 comments on commit 04c5f69

Please sign in to comment.