Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Jun 27, 2023
1 parent 08b53fa commit f41a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (fr FgiResult) toString() string {
- 1y ago: %d (%s)`, fr.LastUpdated.HumanDate,
fr.Fgi.Now.Value, fr.Fgi.Now.ValueText,
fr.Fgi.PreviousClose.Value, fr.Fgi.PreviousClose.ValueText,
fr.Fgi.OneWeekAgo.Value, fr.Fgi.PreviousClose.ValueText,
fr.Fgi.OneWeekAgo.Value, fr.Fgi.OneWeekAgo.ValueText,
fr.Fgi.OneMonthAgo.Value, fr.Fgi.OneMonthAgo.ValueText,
fr.Fgi.OneYearAgo.Value, fr.Fgi.OneYearAgo.ValueText)
}
Expand Down

0 comments on commit f41a3ba

Please sign in to comment.