Skip to content

Commit

Permalink
finance - added example for ISIN
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvoe committed Dec 13, 2023
1 parent 92d0305 commit 04c8445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finance.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func addFinanceLookup() {
Display: "ISIN",
Category: "finance",
Description: "Random ISIN",
Example: "",
Example: "CVLRQCZBXQ97",
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
return isin(r), nil
Expand Down

0 comments on commit 04c8445

Please sign in to comment.