Skip to content

Commit

Permalink
Update description for finance_quote table
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gineer committed May 20, 2021
1 parent 5571442 commit 5dd7738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finance/table_finance_quote.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func tableFinanceQuote(ctx context.Context) *plugin.Table {
return &plugin.Table{
Name: "finance_quote",
Description: "Quotes configured for the account.",
Description: "Most recent available quote for the given symbol.",
List: &plugin.ListConfig{
Hydrate: listQuote,
KeyColumns: plugin.SingleColumn("symbol"),
Expand Down

0 comments on commit 5dd7738

Please sign in to comment.