Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
correct comments in utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl committed Jul 2, 2024
1 parent 67c5b3d commit 54f5f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func CalcTrend(array []float64) string {
return "--"
}

// Translate true/false into "-*"/" ".
// Translate true | false into "**" | " ".
func getFactorString(arg bool) string {
if arg {
return "**"
Expand Down

0 comments on commit 54f5f29

Please sign in to comment.